Skip to content

Commit 7316f71

Browse files
Josh Carpjmcarp
authored andcommitted
misc: bind simulated omicron nexus to 0.0.0.0.
Allows us to forward nexus requests when running under docker-compose.
1 parent 393494d commit 7316f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nexus/examples/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ external_dns_servers = ["1.1.1.1", "9.9.9.9"]
3939

4040
[deployment.dropshot_external]
4141
# IP Address and TCP port on which to listen for the external API
42-
bind_address = "127.0.0.1:12220"
42+
bind_address = "0.0.0.0:12220"
4343
default_request_body_max_bytes = 1048576
4444
# To have Nexus's external HTTP endpoint use TLS, uncomment the line below. You
4545
# will also need to provide an initial TLS certificate during rack

0 commit comments

Comments
 (0)