diff --git a/docker-compose.yml b/docker-compose.yml index cf5e4a2..0d0d2b0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,5 +22,5 @@ services: - OVERPASS_UPDATE_SLEEP=3600 - OVERPASS_USE_AREAS=false healthcheck: - test: ["CMD-SHELL", "curl --noproxy '*' -qf 'http://localhost/api/interpreter?data=\[out:json\];node(1);out;' | jq '.generator' |grep -q Overpass || exit 1"] + test: curl --noproxy '*' -qfg 'http://localhost/api/interpreter?data=[out:json];node(1);out;' | jq '.generator' |grep -q Overpass || exit 1 start_period: 48h