mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-12-24 12:57:53 +08:00
Use UDP dial to find default address for outbound traffic.
Set default bindAddr if it has not been explicitly provided be the user.
This commit is contained in:
@@ -11,7 +11,6 @@ services:
|
||||
context: .
|
||||
dockerfile: ./server/Dockerfile
|
||||
environment:
|
||||
- BINDADDR=0.0.0.0
|
||||
- PORT=7480
|
||||
- RAFTPORT=8000
|
||||
- MLPORT=7946
|
||||
@@ -31,7 +30,6 @@ services:
|
||||
context: .
|
||||
dockerfile: ./server/Dockerfile
|
||||
environment:
|
||||
- BINDADDR=0.0.0.0
|
||||
- PORT=7480
|
||||
- RAFTPORT=8000
|
||||
- MLPORT=7946
|
||||
@@ -52,7 +50,6 @@ services:
|
||||
context: .
|
||||
dockerfile: ./server/Dockerfile
|
||||
environment:
|
||||
- BINDADDR=0.0.0.0
|
||||
- PORT=7480
|
||||
- RAFTPORT=8000
|
||||
- MLPORT=7946
|
||||
|
||||
Reference in New Issue
Block a user