Change HTTP port from 8080 to 19080
lemon-mint committed
Oct 22, 2025 at 01:47 UTC
517334bb963ed9fafc020219608bc9545f3e4893
1 file changed
+2
-2
docker-compose.yml
+2
-2
@@ -8,11 +8,11 @@ services:
8
image: dreamcacao/relaydns:latest
9
command:
10
- "--http-port"
11
- - "8080"
11
+ - "19080"
12
- "--p2p-port"
13
- "4001"
14
ports:
15
- - "8080:8080" # Admin UI + HTTP proxy
15
+ - "19080:19080" # Admin UI + HTTP proxy
16
- "4001:4001/tcp" # libp2p tcp
17
- "4001:4001/udp" # libp2p quic/udp
18
restart: unless-stopped