Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 711177d

Browse files
committed
[CD] add restart policy
1 parent 20126d9 commit 711177d

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
docker stop mapdb2 || true
6565
docker rm mapdb2 || true
6666
docker run -d --name mapdb2 -p 3003:8000 \
67+
--restart unless-stopped \
6768
--volume=./maps:/app/storage/app/private \
6869
--volume=./caddy_config:/config \
6970
--volume=./data:/data \

docker-compose.prod.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)