fvilla-netnix
fvilla-netnix
This issue is caused by docker-entrypoint.sh https://github.com/apache/apisix-docker/blob/2ddd3045bcc3a6f54116bf7559fa5918892423d8/debian/docker-entrypoint.sh#L23C1-L45C6 When in standalone mode this script tries to create the config.yaml file or update it's keys. I'm not quite sure why this done...
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...
Yeah, sure. I can try that.
I've opened the pull request (https://github.com/apache/apisix-docker/pull/547). Hope we can fix it.