1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 13:29:41 +02:00

feat(project): update pull-dog configuration

This commit is contained in:
Anthony Lapenna 2020-05-11 11:23:56 +12:00
parent cc091ee589
commit c8f55ac896

View file

@ -3,10 +3,10 @@ version: '3'
services: services:
portainer: portainer:
image: portainerci/portainer:$PORTAINER_TAG image: portainerci/portainer:$PORTAINER_TAG
command: -H unix:///var/run/docker.sock command: -H unix:///var/run/docker.sock --admin-password $$2y$$05$$cQ4zB2SEdP4U3kkNhUV.Gu/xPdE4wSKEo1ncBFfKeERMI6IiXbg8y
restart: always restart: always
ports: ports:
- 9000:9000 - 8999:9000
- 8000:8000 - 8000:8000
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock