mirror of https://github.com/jumpserver/jumpserver
feat: 修改 receptor 容器通信地址
parent
95f29a584e
commit
720231f692
|
@ -619,7 +619,7 @@ class Config(dict):
|
|||
# Ansible Receptor
|
||||
'ANSIBLE_RECEPTOR_ENABLED': True,
|
||||
'ANSIBLE_RECEPTOR_GATEWAY_PROXY_HOST': 'jms_celery',
|
||||
'ANSIBLE_RECEPTOR_TCP_LISTEN_ADDRESS': 'jms_receptor:7521'
|
||||
'ANSIBLE_RECEPTOR_TCP_LISTEN_ADDRESS': 'receptor:7521'
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue