infra(portainer): docker-compose neu erstellt

This commit is contained in:
2026-02-23 18:38:18 +01:00
parent ab178c9b5a
commit 1c7fc9fbda

View File

@@ -9,4 +9,7 @@ services:
- "9000:9000" # Webinterface
volumes:
- /docker/Daten/portainer-data:/data:rw
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock:ro
user: "0:0" # root im Container, damit Key-Datei erstellt werden kann