driplineorg / driplineorg/controls-guide
Dripline seems to throw an error when ports are assigned to RabbitMQ
Open
- Dominant language
- Python
- Stars
- 1
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
If you assign host-ports to the Rabbit-Mq container with:
```
ports:
- "8080:8080"
```
in the docker-compose.yaml file you get the following error with every container based on the dripline-python image:
`/library/core.cc(369): AMQP Library Exception caught while creating channel: (-5) hostname lookup failed`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.