mirror of
https://github.com/pelican-dev/panel.git
synced 2025-12-16 20:11: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:
|
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:
|
||||||
|
|||||||
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user