This commit is contained in:
parent
66f5a058b5
commit
910075d6f7
1 changed files with 9 additions and 0 deletions
|
@ -12,9 +12,18 @@ services:
|
|||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- caddy_data:/data
|
||||
- caddy_config:/config
|
||||
portainer:
|
||||
image: portainer/portainer-ce:2.16.2-alpine
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "127.0.0.1:9000:9000"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- portainer_data:/data
|
||||
networks:
|
||||
default:
|
||||
name: caddy
|
||||
volumes:
|
||||
caddy_data:
|
||||
caddy_config:
|
||||
portainer_data:
|
||||
|
|
Loading…
Add table
Reference in a new issue