You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
345 B
YAML
17 lines
345 B
YAML
version: '3.2'
|
|
services:
|
|
portainer:
|
|
labels:
|
|
ie.cianhatton.backup.enabled: 'true'
|
|
ie.cianhatton.backup.schedule: nightly
|
|
image: portainer/portainer-ce
|
|
container_name: portainer
|
|
ports:
|
|
- 9000:9000
|
|
volumes:
|
|
- portainer_data:/data
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
|
|
volumes:
|
|
portainer_data:
|