You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/02/16 05:55:47 UTC

[GitHub] [apisix] nfrankel edited a comment on issue #6330: bug: Wrong pattern validation in the proxy-mirror plugin

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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org