Update docker-compose.yml

This commit is contained in:
LRVT
2024-03-23 03:50:56 +01:00
committed by GitHub
parent a363dcb1d3
commit df3f478be9

View File

@@ -10,7 +10,7 @@ services:
database:
condition: service_healthy
healthcheck:
test: "nc localhost 2368 || exit 1"
test: "/usr/bin/nc localhost 2368 || exit 1"
interval: 30s
timeout: 10s
retries: 5