Merge pull request #5 from philip-ulrich/master

fixes portainer password issues in mailcow/mailcow-dockerized#228
Dieser Commit ist enthalten in:
broedli 2017-05-06 19:27:59 +02:00 committet von GitHub
Commit 6f71c3ff18

Datei anzeigen

@ -6,6 +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
- ./data/conf/portainer:/data
restart: always
dns:
- 172.22.1.254