Skip to content

Commit 4f33f8d

Browse files
authoredNov 23, 2023
Call start-reload.sh instead os start.sh (#94)
1 parent 17ab075 commit 4f33f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ services:
8888
privileged: true
8989
build:
9090
context: ./backend
91-
command: /start.sh
91+
command: /start-reload.sh
9292
labels:
9393
- traefik.enable=true
9494
- traefik.constraint-label-stack=${TRAEFIK_TAG?Variable not set}

0 commit comments

Comments
 (0)
Please sign in to comment.