mirror of
https://github.com/pelican-dev/panel.git
synced 2025-12-15 22:51:21 +01:00
changed docker panel restart to unless-stopped (#1995)
This commit is contained in:
parent
e2529ab436
commit
4a1ecb1adc
@ -53,7 +53,7 @@ services:
|
||||
panel:
|
||||
image: ghcr.io/pelican-dev/panel:latest
|
||||
build: .
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- default
|
||||
ports:
|
||||
|
||||
@ -31,7 +31,7 @@ services:
|
||||
panel:
|
||||
image: ghcr.io/pelican-dev/panel:latest
|
||||
build: .
|
||||
restart: always
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- default
|
||||
ports:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user