Files
2025-11-02 14:49:57 +01:00

13 lines
227 B
YAML

services:
portainer:
image: portainer/portainer-ce:latest
ports:
- 9443:9443
volumes:
- ./data:/data
- /var/run/docker.sock:/var/run/docker.sock
restart: unless-stopped
volumes:
data: