Update manage.py
This commit is contained in:
parent
df4c46a520
commit
2e21ba2a97
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ def get_apps_from_compose():
|
|||
ip = "localhost"
|
||||
try:
|
||||
ip_result = shell_execute.execute_command_output_all("cat /data/apps/stackhub/docker/w9appmanage/public_ip")
|
||||
ip = ip_result["result"]
|
||||
ip = ip_result["result"].rstrip('\n')
|
||||
except Exception:
|
||||
ip = "127.0.0.1"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue