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:
|
booster-role:
|
||||||
image: ghcr.io/mytheclipse/booster-role:latest
|
image: ghcr.io/mytheclipse/booster-role:latest
|
||||||
container_name: booster-role
|
container_name: booster-role
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user