fvilla-netnix commented on issue #541: URL: https://github.com/apache/apisix-docker/issues/541#issuecomment-1988584695
I've come up with a simple fix to bypass the issue. When working with the Docker image I override the entrypoint with `bash` and set the command as `-c "/usr/bin/apisix init && exec /usr/local/openresty/bin/openresty -p /usr/local/apisix -g 'daemon off;'"` This will start the gateway and forgo the entrypoint config file initialization. -- 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]
