Skip to content

Commit b7ea9fe

Browse files
committed
Update healthcheck start period to 60s for backend service
1 parent f971971 commit b7ea9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

week7/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ services:
4141
interval: 30s
4242
timeout: 10s
4343
retries: 3
44-
start_period: 10s
44+
start_period: 60s
4545

4646
# frontend:
4747
# build:

0 commit comments

Comments
 (0)