From fb724b66d69752c55e2b95677e5095b29f4cfda6 Mon Sep 17 00:00:00 2001 From: Carolina Lopes Date: Tue, 21 Nov 2023 17:47:01 +0000 Subject: [PATCH] Call start-reload.sh instead os start.sh --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 23a8847..01ad5a6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -88,7 +88,7 @@ services: privileged: true build: context: ./backend - command: /start.sh + command: /start-reload.sh labels: - traefik.enable=true - traefik.constraint-label-stack=${TRAEFIK_TAG?Variable not set}