We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe00b7 commit 9bf7457Copy full SHA for 9bf7457
docker-compose.yml
@@ -88,7 +88,7 @@ services:
88
cms:
89
condition: service_healthy
90
healthcheck:
91
- test: ['CMD-SHELL', 'curl -f http://localhost:3000 || exit 1']
+ test: ['CMD-SHELL', 'nc -z localhost 3000 || exit 1']
92
interval: 30s
93
timeout: 10s
94
retries: 3
0 commit comments