From 5002279e3cd3fb2f16cd9389a5f4782c4e8996c3 Mon Sep 17 00:00:00 2001 From: loud-func Date: Thu, 19 Feb 2026 11:38:21 +0000 Subject: [PATCH] Improve windows vm (#4512) Co-authored-by: developer --- bin/omarchy-windows-vm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/omarchy-windows-vm b/bin/omarchy-windows-vm index 4fe877f3..e257ebe0 100755 --- a/bin/omarchy-windows-vm +++ b/bin/omarchy-windows-vm @@ -193,13 +193,13 @@ services: cap_add: - NET_ADMIN ports: - - 8006:8006 - - 3389:3389/tcp - - 3389:3389/udp + - 127.0.0.1:8006:8006 + - 127.0.0.1:3389:3389/tcp + - 127.0.0.1:3389:3389/udp volumes: - $HOME/.windows:/storage - $HOME/Windows:/shared - restart: always + restart: unless-stopped stop_grace_period: 2m EOF