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
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /opt/portainer/data:/data
- ./data/conf/portainer:/data
restart: always
dns:
- 172.22.1.254