mirror of
https://github.com/inventree/InvenTree.git
synced 2026-02-25 16:17:58 +00:00
make INVENTREE_WEB_PORT more usefull (#11352)
* make INVENTREE_WEB_PORT more usefull * Update contrib/container/docker-compose.yml Co-authored-by: Philipp Fruck <dev@p-fruck.de> * revert change * Fix indentation for environment variable in docker-compose --------- Co-authored-by: Philipp Fruck <dev@p-fruck.de>
This commit is contained in:
@@ -12,6 +12,7 @@ INVENTREE_TAG=stable
|
||||
INVENTREE_SITE_URL="http://inventree.localhost"
|
||||
#INVENTREE_SITE_URL="http://192.168.1.2" # You can specify a local IP address here
|
||||
#INVENTREE_SITE_URL="https://inventree.my-domain.com" # Or a public domain name (which you control)
|
||||
INVENTREE_WEB_PORT=8000
|
||||
|
||||
# InvenTree proxy forwarding settings
|
||||
INVENTREE_USE_X_FORWARDED_HOST=True
|
||||
|
||||
Reference in New Issue
Block a user