mirror of
https://github.com/StepanovPlaton/HomeServerServices.git
synced 2026-04-03 20:30:44 +04:00
Fix portainer
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user