fix: change restart policy to always for booster-role service in docker-compose
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user