Passt den restart-Parameter auf unless-stopped an
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user