Fix portainer

This commit is contained in:
2026-01-01 19:30:21 -06:00
parent 509d2cb4ec
commit 65d8337742
2 changed files with 3 additions and 2 deletions

View File

@@ -10,8 +10,9 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
- portainer_data:/data
ports:
- "9443:9443"
- "${PORTAINER_PORT:?}:9000"
- "8000:8000"
command: -H unix:///var/run/docker.sock
volumes:
portainer_data: