kayx23 commented on issue #10509:
URL: https://github.com/apache/apisix/issues/10509#issuecomment-1821849387

   UPDATE: I can see in the log APISIX attempts to resolve but failed:
   
   
![image](https://github.com/apache/apisix/assets/39619599/5d5ba2f7-1f39-4040-9426-0a4f6f430013)
   
   The env var was also properly set in the container as seen in the screenshot.
   
   I started the container with:
   
   ```shell
   docker run -d \
     --name apisix-standalone \
     -p9080:9080 -p9443:9443 -p9090:9092 \
     -e APISIX_STAND_ALONE=true \
     -e UPSTREAM_NODE_HTTPBIN=httpbin.org \
     apache/apisix
   ```
   
   So something's not right here.


-- 
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]

Reply via email to