changed docker panel restart to unless-stopped (#1995)

This commit is contained in:
gOOvER 2025-12-15 18:11:21 +01:00 committed by GitHub
parent e2529ab436
commit 4a1ecb1adc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ services:
panel: panel:
image: ghcr.io/pelican-dev/panel:latest image: ghcr.io/pelican-dev/panel:latest
build: . build: .
restart: always restart: unless-stopped
networks: networks:
- default - default
ports: ports:

View File

@ -31,7 +31,7 @@ services:
panel: panel:
image: ghcr.io/pelican-dev/panel:latest image: ghcr.io/pelican-dev/panel:latest
build: . build: .
restart: always restart: unless-stopped
networks: networks:
- default - default
ports: ports: