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