changing to standard data dir

Dieser Commit ist enthalten in:
Philip Ulrich 2017-05-06 10:27:50 -05:00 committet von GitHub
Ursprung 6b0d655be0
Commit e969d5f1ce

Datei anzeigen

@ -6,7 +6,7 @@ In order to enable Portainer, the docker-compose.yml and site.conf for nginx mus
image: portainer/portainer image: portainer/portainer
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- /opt/portainer/data:/data - ./data/conf/portainer:/data
restart: always restart: always
dns: dns:
- 172.22.1.254 - 172.22.1.254