Commit 25210b0fd8dec0c48d96c27cc5028c88bb11bf52

Authored by 黄 x
1 parent 42293df9

revert: 使用默认端口,只需docker映射修改其他端口

@@ -18,7 +18,7 @@ server: @@ -18,7 +18,7 @@ server:
18 # Server bind address 18 # Server bind address
19 address: "${HTTP_BIND_ADDRESS:0.0.0.0}" 19 address: "${HTTP_BIND_ADDRESS:0.0.0.0}"
20 # Server bind port 20 # Server bind port
21 - port: "${HTTP_BIND_PORT:36852}" 21 + port: "${HTTP_BIND_PORT:8080}"
22 # Server SSL configuration 22 # Server SSL configuration
23 ssl: 23 ssl:
24 # Enable/disable SSL support 24 # Enable/disable SSL support