From 6ffb24d3e8395afafb9876c56264cfe4c382a505 Mon Sep 17 00:00:00 2001 From: Gorden Mende Date: Tue, 28 Jul 2026 09:05:03 +0000 Subject: [PATCH] =?UTF-8?q?compose.yaml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compose.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 compose.yaml diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..e102c47 --- /dev/null +++ b/compose.yaml @@ -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: {}