compose.yaml hinzugefügt

This commit is contained in:
2026-07-28 09:05:03 +00:00
parent 24ab8228b0
commit 6ffb24d3e8
+13
View File
@@ -0,0 +1,13 @@
services:
portainer-ee:
ports:
- 8000:8000
- 9443:9443
container_name: portainer
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /volume1/docker/portainer/_data:/data
image: portainer/portainer-ee:2.39.5
network_mode: host
networks: {}