This commit is contained in:
Kroese 2023-04-12 00:22:15 +02:00 committed by GitHub
parent c5f7f56d9e
commit 5e41c867b6

View file

@ -1,8 +1,8 @@
version: "3" version: "3"
services: services:
vm: vm:
container_name: dsm container_name: qemu
image: kroese/virtual-dsm:latest image: kroese/docker-qemu:latest
environment: environment:
CPU_CORES: "1" CPU_CORES: "1"
RAM_SIZE: "512M" RAM_SIZE: "512M"
@ -12,7 +12,7 @@ services:
cap_add: cap_add:
- NET_ADMIN - NET_ADMIN
ports: ports:
- 5000:5000 - 22:22
- 5001:5001 - 80:80
restart: on-failure restart: on-failure
stop_grace_period: 60s stop_grace_period: 60s