diff --git a/docker-compose.yml b/docker-compose.yml index 1998f2daf812a7037b8d7b83da374f671605cf5f..cc0f824393d085ff78164fa9a93fd49366c51aed 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -101,8 +101,9 @@ services: image: portainer/portainer ports: - "9001:9000" - command: -H unix:///var/run/docker.sock --admin-password-file portainer.conf + command: -H unix:///var/run/docker.sock --admin-password-file /app/portainer.conf volumes: - /var/run/docker.sock:/var/run/docker.sock - - /opt/portainer/data:/data + - /opt/portainer/data:/data + - $PWD:/app \ No newline at end of file