2
0
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:
Oliver
2022-07-20 09:05:05 +10:00
committed by GitHub
parent f0d69ec458
commit 5bb76a3730
3 changed files with 1 additions and 24 deletions

View File

@ -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