Merge pull request #148 from Pix3l01/fix-healthcheck

Make server listen on both IPv6 and IPv4 by default to fix docker healthcheck
This commit is contained in:
Matthew Esposito 2024-06-20 08:06:27 -04:00 committed by GitHub
commit 213481ef53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -135,7 +135,7 @@ async fn main() {
.long("address") .long("address")
.value_name("ADDRESS") .value_name("ADDRESS")
.help("Sets address to listen on") .help("Sets address to listen on")
.default_value("0.0.0.0") .default_value("[::]")
.num_args(1), .num_args(1),
) )
.arg( .arg(