mirror of
https://github.com/searxng/searxng.git
synced 2025-12-24 04:30:02 +00:00
container: add default support for IPv6 (#4448)
* Initial update * update docs and test files
This commit is contained in:
@@ -23,7 +23,7 @@ Volume:
|
||||
EOF
|
||||
}
|
||||
|
||||
export DEFAULT_BIND_ADDRESS="0.0.0.0:8080"
|
||||
export DEFAULT_BIND_ADDRESS="[::]:8080"
|
||||
export BIND_ADDRESS="${BIND_ADDRESS:-${DEFAULT_BIND_ADDRESS}}"
|
||||
|
||||
# Parse command line
|
||||
|
||||
Reference in New Issue
Block a user