From 1019e9cc8d73965c89e99e5152502b93891531a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 07:59:05 +1100 Subject: [PATCH] Docker updates (#9414) (#9417) * Typo fix * Examples to .env file (cherry picked from commit b116e097171342f7020d00d1bc92399fd242fa1c) Co-authored-by: Oliver --- contrib/container/.env | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/contrib/container/.env b/contrib/container/.env index 121b6e7fd2..859f58ed57 100644 --- a/contrib/container/.env +++ b/contrib/container/.env @@ -8,8 +8,10 @@ COMPOSE_PROJECT_NAME=inventree # InvenTree version tag (e.g. 'stable' / 'latest' / 'x.x.x') INVENTREE_TAG=stable -# InvenTree server URL - update this to match your host +# InvenTree server URL - update this to match your server URL 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) # Specify the location of the external data volume # By default, placed in local directory 'inventree-data' @@ -25,7 +27,7 @@ INVENTREE_PLUGINS_ENABLED=True INVENTREE_AUTO_UPDATE=True # InvenTree superuser account details -# Un-comment (and complete) these lines to auto-create an admin acount +# Un-comment (and complete) these lines to auto-create an admin account #INVENTREE_ADMIN_USER= #INVENTREE_ADMIN_PASSWORD= #INVENTREE_ADMIN_EMAIL=