mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 18:15:40 +00:00
Docker compose plugins fix (#3357)
* Simplify dockerfile - remove INVENTREE_DEV_DIR - We can simply use INVENTREE_DATA_DIR - Will need to update the documentation * Remove plugin dir support from production docker-compose file
This commit is contained in:
@ -9,9 +9,6 @@
|
||||
# e.g. Windows (docker desktop)
|
||||
#INVENTREE_EXT_VOLUME=c:/Users/me/inventree-data
|
||||
|
||||
# Location of optional plugin directory
|
||||
# INVENTREE_EXT_PLUGINS=/home/me/inventree-data/plugins
|
||||
|
||||
# Default web port for the InvenTree server
|
||||
INVENTREE_WEB_PORT=1337
|
||||
|
||||
|
Reference in New Issue
Block a user