mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-05 00:39:46 +03:00
changed docker panel restart to unless-stopped (#1995)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user