Port expose disable

This commit is contained in:
Aleksander Cynarski 2018-11-27 17:22:28 +01:00
parent a828f51d74
commit c360e96f22

View File

@ -35,8 +35,6 @@ services:
restart: always restart: always
container_name: portainer_elena container_name: portainer_elena
image: portainer/portainer image: portainer/portainer
ports:
- "9000:9000"
command: -H unix:///var/run/docker.sock command: -H unix:///var/run/docker.sock
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock