1
0
duplikat dari https://github.com/dockur/windows.git synced 2026-06-10 11:59:33 +08:00

feat: Switch to port 80 (#1121)

This commit is contained in:
Kroese
2025-03-17 16:46:38 +01:00
committed by GitHub
orang tua 777af02ed4
melakukan 5501437caa
4 mengubah file dengan 5 tambahan dan 6 penghapusan
+2 -2
Melihat File
@@ -41,7 +41,7 @@ services:
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 8006:80
- 3389:3389/tcp
- 3389:3389/udp
volumes:
@@ -53,7 +53,7 @@ services:
Via Docker CLI:
```bash
docker run -it --rm --name windows -p 8006:8006 --device=/dev/kvm --device=/dev/net/tun --cap-add NET_ADMIN -v ${PWD:-.}/windows:/storage --stop-timeout 120 dockurr/windows
docker run -it --rm --name windows -p 8006:80 --device=/dev/kvm --device=/dev/net/tun --cap-add NET_ADMIN -v ${PWD:-.}/windows:/storage --stop-timeout 120 dockurr/windows
```
Via Kubernetes: