Docker/stacks/portainer/docker-compose.yml
2025-12-14 14:22:40 +01:00

11 lines
247 B
YAML

services:
portainer:
image: portainer/portainer-ce:latest
container_name: portainer
restart: unless-stopped
ports:
- "127.0.0.1:9000:9000"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data:/data