Skip to content

Commit a265b55

Browse files
committed
Disable healthcheck in Portainer compose
1 parent 827cd83 commit a265b55

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docker-compose.portainer.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,3 @@ services:
1717
volumes:
1818
- /opt/docker/whatsapp-mcp/data:/app/data
1919
- /opt/docker/whatsapp-mcp/auth_info:/app/auth_info
20-
healthcheck:
21-
test: ["CMD", "wget", "-qO", "/dev/null", "http://localhost:3010/health"]
22-
interval: 30s
23-
timeout: 5s
24-
start_period: 60s
25-
retries: 3

0 commit comments

Comments
 (0)