From 920148e48b81aba84862239772a45bc6d96e64fd Mon Sep 17 00:00:00 2001 From: Thomas Le Gentil <20202649+kifeo@users.noreply.github.com> Date: Sun, 4 Feb 2024 05:49:21 +0100 Subject: [PATCH] set the environment at correct place in example file --- docker-compose.override.yml.example | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docker-compose.override.yml.example b/docker-compose.override.yml.example index bcb6a71..ebb4661 100644 --- a/docker-compose.override.yml.example +++ b/docker-compose.override.yml.example @@ -14,10 +14,10 @@ services: # the start_period might also need to be set higher. # Default value in our docker-compose.yml is 60s # start_period: 90s - # environment: - # SKIP_SUPERUSER: "false" - # SUPERUSER_API_TOKEN: "" - # SUPERUSER_EMAIL: "" - # SUPERUSER_NAME: "" - # SUPERUSER_PASSWORD: "" +# environment: + # SKIP_SUPERUSER: "false" + # SUPERUSER_API_TOKEN: "" + # SUPERUSER_EMAIL: "" + # SUPERUSER_NAME: "" + # SUPERUSER_PASSWORD: ""