We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7373ef1 commit 6453143Copy full SHA for 6453143
docker-compose.yml
@@ -77,7 +77,7 @@ services:
77
restart: unless-stopped
78
ports: ["3000:3000"]
79
healthcheck:
80
- test: ["CMD", "curl", "-f", "http://localhost"]
+ test: ["CMD", "curl", "-f", "http://localhost:3000"]
81
start_period: 4s
82
interval: 5s
83
0 commit comments