Update Dockerfile

This commit is contained in:
Kroese 2025-03-17 22:47:50 +01:00 committed by GitHub
parent 341df5b6e6
commit d8c0b0791e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,8 +57,8 @@ ADD --chmod=744 https://raw.githubusercontent.com/qemus/qemu/master/web/conf/ngi
VOLUME /storage
EXPOSE 22 80 5900
ENV CPU_CORES="1"
ENV RAM_SIZE="1G"
ENV CPU_CORES="2"
ENV RAM_SIZE="2G"
ENV DISK_SIZE="16G"
ENV BOOT="http://example.com/image.iso"