fvilla-netnix opened a new pull request, #547:
URL: https://github.com/apache/apisix-docker/pull/547

   This aims to fix an existing issue that causes containerized deployments to 
fail when a config file is provided by the user while in standalone mode.
   
   This is because when in standalone mode the `docker-entrypoint.sh` script 
tries to create the `config.yaml` file or update it's keys to ensure it is 
setup correctly.
   
   My fix allow users to use read-only files by removing write operations from 
the script and replaces them with checks and warnings to stop users from using 
invalid config files.


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