mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
added passbolt
This commit is contained in:
@@ -12,9 +12,11 @@ services:
|
||||
|
||||
portainer:
|
||||
image: portainer/portainer
|
||||
container_name: portainer
|
||||
hostname: portainer
|
||||
command: -H unix:///var/run/docker.sock
|
||||
restart: always
|
||||
networks:
|
||||
networks:
|
||||
- traefik_web
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
Reference in New Issue
Block a user