From 7de87383b54032ae6df46b50b3a5e46f75fa3bd8 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 13 Mar 2024 21:37:56 +1100 Subject: [PATCH] Update .env (#6700) Fix comment - no need to change Caddyfile in most cases --- docker/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/.env b/docker/.env index 39ac250ccb..447ede63b4 100644 --- a/docker/.env +++ b/docker/.env @@ -43,7 +43,7 @@ INVENTREE_AUTO_UPDATE=True # Image tag that should be used INVENTREE_TAG=stable -# Site URL - update this to match your host (and update the Caddyfile too!) +# Site URL - update this to match your host INVENTREE_SITE_URL="http://inventree.localhost" COMPOSE_PROJECT_NAME=inventree