Portainer Stack: set restart unless stopped

This commit is contained in:
Aroy-Art 2025-02-22 00:17:18 +01:00
parent ac8fa6f0d1
commit 365a20b1db
Signed by: Aroy
GPG key ID: DB9689E9391DD156

View file

@ -5,7 +5,7 @@ services:
- 8000:8000
- 9443:9443
container_name: portainer
restart: always
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data:/data