modif ports in compose
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
|||||||
container_name: portainer
|
container_name: portainer
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:9000:9000"
|
- "0.0.0.0:9000:9000"
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- portainer_data:/data
|
- portainer_data:/data
|
||||||
|
|||||||
Reference in New Issue
Block a user