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