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
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: