fix: Remove port mappings and set network mode to host in docker-compose
Kim committed
Oct 22, 2025 at 09:33 UTC
3e2603550fbc582b415a820a99d174119766b38d
1 file changed
+1
-4
docker-compose.yml
+1
-4
@@ -11,8 +11,5 @@ services:
11
- "19080"
12
- "--p2p-port"
13
- "4001"
14
- ports:
15
- - "19080:19080" # Admin UI + HTTP proxy
16
- - "4001:4001/tcp" # libp2p tcp
17
- - "4001:4001/udp" # libp2p quic/udp
14
+ network_mode: "host"
15
restart: unless-stopped