Skip to content

Commit

Permalink
[fallback] Pass client arguments in Java-friendly format (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneo authored Dec 18, 2024
1 parent 6d2bc57 commit ba01545
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions framework/helpers/docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,8 @@ def __init__(
image=image,
name=name,
command=[
"--server",
url,
"--stats_port",
str(port),
f"--server={url}",
f"--stats_port={port}",
],
ports={str(port): port},
volumes={
Expand Down

0 comments on commit ba01545

Please sign in to comment.