olomana/portainer/docker-compose.yml
2023-02-10 21:39:05 +00:00

18 lines
297 B
YAML

version: "3"
volumes:
portainer_data:
services:
portainer:
image: portainer/portainer-ce
container_name: portainer
restart: always
ports:
- "8000:8000"
- "9000:9000"
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- portainer_data:/data