diff --git a/Dockerfile b/Dockerfile index 14263e3..1ec8dfd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ COPY --chmod=755 ./assets /run/assets ADD --chmod=664 https://github.com/qemus/virtiso-arm/releases/download/v0.1.266-1/virtio-win-0.1.266.tar.xz /drivers.txz VOLUME /storage -EXPOSE 80 3389 +EXPOSE 3389 8006 ENV VERSION="11" ENV RAM_SIZE="4G"