From 957b06131da73aced83ea5eee0fdb5c5de3a30fa Mon Sep 17 00:00:00 2001 From: sascha Date: Thu, 1 Jan 2026 13:48:38 +0000 Subject: [PATCH] =?UTF-8?q?portainer/config.yaml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- portainer/config.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 portainer/config.yaml diff --git a/portainer/config.yaml b/portainer/config.yaml new file mode 100644 index 0000000..1fbfcb0 --- /dev/null +++ b/portainer/config.yaml @@ -0,0 +1,18 @@ +name: "Portainer CE" +description: "Portainer Community Edition" +version: "1.0.0" +slug: "portainer_custom" +arch: + - aarch64 + - amd64 +startup: services +boot: auto +full_access: true +host_network: false +# 'docker' Mapping ist essentiell für den Zugriff auf den Host-Socket +map: + - "docker:/var/run/docker.sock" +options: {} +schema: {} +ports: + 9443/tcp: 9443 \ No newline at end of file