diff --git a/docker-compose.yml b/docker-compose.yml index c605748a..86754f82 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -17,9 +17,9 @@ services: volumes: - ./config:/opt/puter/app/volatile/config - ./data:/opt/puter/app/volatile/runtime - healthcheck: - test: wget --no-verbose --tries=1 --spider http://localhost:4100 || exit 1 - interval: 5m - timeout: 3s - retries: 3 - start_period: 2m \ No newline at end of file + # healthcheck: + # test: wget --no-verbose --tries=1 --spider http://localhost:4100 || exit 1 + # interval: 5m + # timeout: 3s + # retries: 3 + # start_period: 2m \ No newline at end of file