Skip to content

Commit

Permalink
fix docker host
Browse files Browse the repository at this point in the history
  • Loading branch information
sailaoda committed Oct 19, 2023
1 parent 27104cb commit a2d0c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XAgentServer/envs.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class XAgentServerEnv:
# if you want to connect more than one XAgentServer, you can set check_running to True,
# in which case the XAgentServer will check whether the interaction is running in other XAgentServer
check_running: bool = False
host = "localhost"
host = "0.0.0.0"
port = 8090
debug = True
reload = True
Expand Down

0 comments on commit a2d0c17

Please sign in to comment.