Skip to content

Commit ea960ab

Browse files
committed
Configure containers to restart automatically
1 parent 2493170 commit ea960ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

group_composition_plot/compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ services:
55
- "9000:8080"
66
volumes:
77
- "./nginx.conf:/etc/nginx/nginx.conf:ro"
8+
restart: unless-stopped
89
survey:
910
build: .
1011
volumes:
1112
- "./submissions:/script/submissions"
13+
restart: unless-stopped

0 commit comments

Comments
 (0)