self-hosted/portainer/docker-compose.yml
Lorenzo Carbonell c0c626aea6
acme
2023-10-13 19:40:53 +02:00

16 lines
257 B
YAML
Executable File

version: "3.7"
services:
portainer:
image: portainer/portainer-ce:alpine
container_name: portainer
init: true
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- data:/data
volumes:
data: {}