Passt den restart-Parameter auf unless-stopped an

This commit is contained in:
2026-02-09 21:29:29 +01:00
parent b7c97b310a
commit 3ab14cb9de

View File

@@ -2,7 +2,7 @@ services:
portainer:
container_name: portainer
image: portainer/portainer-ce:lts
restart: always
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data:/data:delegated