mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-08-16 05:14:33 +00:00
feat: 修改 receptor 容器通信地址
This commit is contained in:
parent
361b367e30
commit
a3a907e9bb
@ -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
Block a user