feat: 修改 receptor 容器通信地址

pull/13107/head
Aaron3S 2024-04-23 11:20:45 +08:00 committed by Bryan
parent 361b367e30
commit a3a907e9bb
1 changed files with 1 additions and 1 deletions

View File

@ -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'
}