docker/docker-compose-YAMLs/portainer/docker-compose.yml hinzugefügt

This commit is contained in:
pi
2025-11-20 17:26:41 +00:00
parent 1c8f6063ff
commit abcac47101

View File

@@ -0,0 +1,16 @@
services:
portainer:
image: portainer/portainer-ce:latest
container_name: portainer
restart: always
ports:
- "9000:9000"
- "9443:9443"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- portainer_data:/data
labels:
com.centurylinklabs.watchtower.enable: "true"
volumes:
portainer_data: