Update Dockerfile

This commit is contained in:
Kroese 2025-03-17 16:32:28 +01:00 committed by GitHub
parent 1da4dac6b0
commit 7886c76c53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,7 +54,7 @@ ADD --chmod=664 https://raw.githubusercontent.com/qemus/qemu/master/web/conf/man
ADD --chmod=744 https://raw.githubusercontent.com/qemus/qemu/master/web/conf/nginx.conf /etc/nginx/sites-enabled/web.conf ADD --chmod=744 https://raw.githubusercontent.com/qemus/qemu/master/web/conf/nginx.conf /etc/nginx/sites-enabled/web.conf
VOLUME /storage VOLUME /storage
EXPOSE 22 5900 8006 EXPOSE 22 80 5900
ENV CPU_CORES="1" ENV CPU_CORES="1"
ENV RAM_SIZE="1G" ENV RAM_SIZE="1G"