Update Dockerfile
This commit is contained in:
parent
23798cd516
commit
c469b736c9
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,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 80 5900
|
EXPOSE 22 5900 8006
|
||||||
|
|
||||||
ENV CPU_CORES="2"
|
ENV CPU_CORES="2"
|
||||||
ENV RAM_SIZE="2G"
|
ENV RAM_SIZE="2G"
|
||||||
|
|
Loading…
Reference in a new issue