Update Dockerfile
This commit is contained in:
parent
341df5b6e6
commit
d8c0b0791e
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ ADD --chmod=744 https://raw.githubusercontent.com/qemus/qemu/master/web/conf/ngi
|
||||||
VOLUME /storage
|
VOLUME /storage
|
||||||
EXPOSE 22 80 5900
|
EXPOSE 22 80 5900
|
||||||
|
|
||||||
ENV CPU_CORES="1"
|
ENV CPU_CORES="2"
|
||||||
ENV RAM_SIZE="1G"
|
ENV RAM_SIZE="2G"
|
||||||
ENV DISK_SIZE="16G"
|
ENV DISK_SIZE="16G"
|
||||||
ENV BOOT="http://example.com/image.iso"
|
ENV BOOT="http://example.com/image.iso"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue