docker/portainer/install/portainer.compose.yaml

15 lines
326 B
YAML
Raw Permalink Normal View History

2025-11-30 16:29:43 +01:00
services:
portainer_new:
image: portainer/portainer-ce:2.33.4
container_name: portainer_trixie
restart: always
ports:
- "8888:9000"
- "9443:9443"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- portainer_trixie:/data
volumes:
portainer_trixie:
name: portainer_trixie