From a5b3206a64110f9d7ad7bd8c7d4de7cd3403c434 Mon Sep 17 00:00:00 2001 From: Zengtudor Date: Sun, 5 Jan 2025 14:18:06 +0800 Subject: [PATCH] update --- rxr_mcwin/docker-compose.yml | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/rxr_mcwin/docker-compose.yml b/rxr_mcwin/docker-compose.yml index fd61608..bea7ee4 100644 --- a/rxr_mcwin/docker-compose.yml +++ b/rxr_mcwin/docker-compose.yml @@ -10,29 +10,18 @@ services: USERNAME: "Zengtudor" PASSWORD: "Zengtudor" LANGUAGE: "Chinese" + ports: + - 8006:8006 + - 3389:3389/tcp + - 3389:3389/udp + - 25565:25565 devices: - /dev/kvm - /dev/net/tun - - /dev/vhost-net - device_cgroup_rules: - - 'c *:* rwm' cap_add: - NET_ADMIN stop_grace_period: 2m volumes: - /root/mcwin:/storage - /root/mc:/data - - /root/great_wall/file/kod_home/iso/windows/windowsServer2025.iso:/custom.iso - networks: - vlan: - ipv4_address: 192.168.2.123 - -networks: - vlan: - driver: macvlan - driver_opts: - parent: eno1 # 使用你的主要网络接口eno1 - ipam: - config: - - subnet: 192.168.2.0/24 # 根据你的网络设置调整 - gateway: 192.168.2.1 # 适当设置你的网关 \ No newline at end of file + - /root/great_wall/file/kod_home/iso/windows/windowsServer2025.iso:/custom.iso \ No newline at end of file