fix: change restart policy to always for booster-role service in docker-compose

This commit is contained in:
MythEclipse
2026-05-21 04:10:35 +07:00
parent 4a504639cd
commit 4a47855ad4
+1 -1
View File
@@ -2,7 +2,7 @@ services:
booster-role:
image: ghcr.io/mytheclipse/booster-role:latest
container_name: booster-role
restart: unless-stopped
restart: always
env_file:
- .env
volumes: