nfrankel edited a comment on issue #6330:
URL: https://github.com/apache/apisix/issues/6330#issuecomment-1041136103
For whoever stumbles upon this later, the workaround is to set up an network
alias.
In `docker-compose.yml`:
````yaml
newapi:
build: new-api
ports:
- "8082:8082"
networks:
default:
aliases:
- new.api
````
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]