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