disabled containers endpoint for docker socket proxy

This commit is contained in:
John Lancaster
2026-01-02 22:52:23 -06:00
parent 79a5345ec3
commit 4730fd275b

View File

@@ -19,7 +19,7 @@ services:
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro - /var/run/docker.sock:/var/run/docker.sock:ro
environment: environment:
- CONTAINERS=1 # - CONTAINERS=1
- INFO=1 - INFO=1
- PING=1 - PING=1