From c8f55ac89623162e23edbe4ab9b623c302287b79 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Mon, 11 May 2020 11:23:56 +1200 Subject: [PATCH] feat(project): update pull-dog configuration --- docker-compose.pull-dog.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.pull-dog.yml b/docker-compose.pull-dog.yml index c4e5f0728..76e571a83 100644 --- a/docker-compose.pull-dog.yml +++ b/docker-compose.pull-dog.yml @@ -3,10 +3,10 @@ version: '3' services: portainer: 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 ports: - - 9000:9000 + - 8999:9000 - 8000:8000 volumes: - /var/run/docker.sock:/var/run/docker.sock