mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-22 23:38:02 +01:00
9 lines
209 B
YAML
9 lines
209 B
YAML
services:
|
|
portainer:
|
|
image: portainer/portainer-ee:latest
|
|
restart: always
|
|
volumes:
|
|
- ./portainer_data:/data
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
ports:
|
|
- "9001:9443"
|