fix: restart:always + mem_limit 512m pour stabilité dashboard
This commit is contained in:
@@ -4,7 +4,8 @@ services:
|
|||||||
context: ./src
|
context: ./src
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: manus-dashboard
|
container_name: manus-dashboard
|
||||||
restart: unless-stopped
|
restart: always
|
||||||
|
mem_limit: 512m
|
||||||
privileged: true
|
privileged: true
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
|||||||
Reference in New Issue
Block a user