impostato limiti ram

This commit is contained in:
piccihud
2024-12-26 15:03:19 +01:00
parent 50f62ec0c1
commit c586d65461
15 changed files with 25 additions and 7 deletions

View File

@ -3,6 +3,7 @@ services:
image: vaultwarden/server:latest
env_file: .env
container_name: vaultwarden
mem_limit: 512m
restart: unless-stopped
ports:
- 127.0.0.1:3001:80 # Needed for the ACME HTTP-01 challenge.