mirror of
https://github.com/AuxXxilium/arv-v-dsm.git
synced 2024-11-23 23:10:58 +07:00
Update docker-compose.yml
This commit is contained in:
parent
7733f4d11b
commit
ae2ab9b897
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user