diff --git a/docker-compose.yml b/docker-compose.yml index 7af3134..55cf2b2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -63,7 +63,7 @@ services: target: /now-playing read_only: true healthcheck: - test: ['CMD', 'wget', '-q', '-O', '-', 'http://localhost:3000/api/stations.json'] + test: ['CMD', 'wget', '-q', '-O', '-', 'http://127.0.0.1:3000/api/stations.json'] interval: 30s timeout: 5s retries: 3