Update docker-compose.yml

This commit is contained in:
Kroese 2023-04-07 18:36:49 +02:00 committed by GitHub
parent 7733f4d11b
commit ae2ab9b897

View File

@ -4,16 +4,14 @@ services:
container_name: dsm
image: kroese/virtual-dsm:latest
environment:
DISK_SIZE: "16G"
RAM_SIZE: "512M"
CPU_CORES: "1"
RAM_SIZE: "512M"
DISK_SIZE: "16G"
devices:
- /dev/kvm
cap_add:
- NET_ADMIN
ports:
- 80:5000
- 443:5001
- 5000:5000
- 5001:5001
restart: on-failure