Skip to content
This repository was archived by the owner on May 6, 2024. It is now read-only.

Commit 7bcafce

Browse files
quickfix for linux ip binding to localhost
1 parent 4b7fe37 commit 7bcafce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vantage6/cli/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def cli_server_start(ctx, ip, port, debug, image, keep, attach):
204204
"name": ctx.config_file_name
205205
},
206206
environment=environment_vars,
207-
ports={f"{port_}/tcp": ("127.0.0.1", port_)},
207+
ports={f"{port_}/tcp": ("0.0.0.0", port_)},
208208
name=ctx.docker_container_name,
209209
auto_remove=not keep,
210210
tty=True

0 commit comments

Comments
 (0)