From 4fbd53966cae1618b2828481e42cf8c9024b8210 Mon Sep 17 00:00:00 2001 From: Kroese Date: Tue, 16 Jan 2024 22:00:44 +0100 Subject: [PATCH] feat: Add RDP port --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 728373d..cfc2067 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ ADD https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/latest-virt RUN chmod +x /run/*.sh -EXPOSE 8006 +EXPOSE 3389 8006 VOLUME /storage ENV RAM_SIZE "4G"