diff --git a/docker-compose.yml b/docker-compose.yml index 8bf3f37..cf05435 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,6 +8,6 @@ services: environment: - IMMICH_URL=http://your-internal-immich-server:2283 healthcheck: - test: wget -q http://localhost:3000/healthcheck || exit 1 + test: wget -q --spider http://localhost:3000/healthcheck || exit 1 start_period: 10s timeout: 5s