diff --git a/docker-compose.yml b/docker-compose.yml index 7ec087373..e3955bd02 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -264,7 +264,7 @@ services: # Persistent runtime data (anything your config points at /var/puter). - ./puter/data/puter:/var/puter:z healthcheck: - test: wget --no-verbose --tries=1 --spider http://puter.localhost:4100/test || exit 1 + test: wget --no-verbose --tries=1 --spider http://localhost:4100/ || exit 1 interval: 30s timeout: 3s retries: 3