Skip to content

Commit

Permalink
Remove start-period for older docker compose version
Browse files Browse the repository at this point in the history
  • Loading branch information
oscgonfer committed Nov 5, 2024
1 parent c3aca08 commit 4c5f085
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compose/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ services:
healthcheck:
test: ["CMD-SHELL", "curl http://app:3000"]
timeout: 10s
start-period: 5s
restart: always
ports:
- 80:80
Expand Down

0 comments on commit 4c5f085

Please sign in to comment.