This commit is contained in:
Marco Ochse
2018-06-04 13:43:59 +00:00
parent e211a19c37
commit e8621fbba1
10 changed files with 62 additions and 41 deletions

View File

@ -0,0 +1,20 @@
version: '2.3'
networks:
portainer_local:
services:
portainer:
build: .
container_name: portainer
command: -H unix:///var/run/docker.sock --no-auth
restart: always
networks:
- portainer_local
ports:
- "127.0.0.1:64299:9000"
image: "dtagdevsec/portainer:1804"
read_only: true
volumes:
- /var/run/docker.sock:/var/run/docker.sock