remove healthcheck

This commit is contained in:
Marco Andronaco 2023-08-09 13:59:23 +02:00
parent fc2d8ecb92
commit d7d8b061ea
1 changed files with 5 additions and 5 deletions

View File

@ -8,8 +8,8 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ${PWD}/config.json:/app/config.json:ro
healthcheck:
test: wget -nv --tries=1 --spider http://localhost:1111/stats || exit 1
interval: 30s
timeout: 5s
retries: 2
#healthcheck:
# test: wget -nv --tries=1 --spider http://localhost/stats || exit 1
# interval: 30s
# timeout: 5s
# retries: 2