mirror of
https://github.com/StepanovPlaton/HomeServerServices.git
synced 2026-04-03 20:30:44 +04:00
Fix portainer
This commit is contained in:
@@ -1 +1 @@
|
|||||||
PORTAINER_PORT=9443
|
PORTAINER_PORT=9000
|
||||||
|
|||||||
@@ -10,8 +10,9 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- portainer_data:/data
|
- portainer_data:/data
|
||||||
ports:
|
ports:
|
||||||
- "9443:9443"
|
- "${PORTAINER_PORT:?}:9000"
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
|
command: -H unix:///var/run/docker.sock
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
portainer_data:
|
portainer_data:
|
||||||
|
|||||||
Reference in New Issue
Block a user