Compare commits
No commits in common. '8a2862815e2266ad0d738fdeceff937d2833368d' and 'b3318c722a7046f7db28d0f5da3eb3153686c779' have entirely different histories.
8a2862815e
...
b3318c722a
10 changed files with 18 additions and 29 deletions
@ -1,8 +0,0 @@ |
|||||||
# 端口配置 |
|
||||||
ports { |
|
||||||
http = 8500 # HTTP API 端口 (可选修改) |
|
||||||
dns = 8600 # DNS 端口 (可选修改) |
|
||||||
server = 8513 # 关键配置:将 server RPC 端口从 8300 改为 8303 |
|
||||||
serf_lan = 8511 # LAN gossip 端口 |
|
||||||
serf_wan = 8512 # WAN gossip 端口 |
|
||||||
} |
|
||||||
@ -1,4 +0,0 @@ |
|||||||
# docker build -t ubuntu-zh:24.10 . |
|
||||||
FROM ubuntu:24.10 |
|
||||||
COPY localtime /etc/localtime |
|
||||||
COPY certs /etc/ssl/certs |
|
||||||
Loading…
Reference in new issue