jagedn commented on issue #482: URL: https://github.com/apache/apisix-docker/issues/482#issuecomment-1653722391
yes, agree, or if required at least to have a minimal `docker-entrypoint.sh` starting required process and nothing more To summarize the issue: Imagine we want to run apisix in standalone mode and don't want to apply the configuration once started (as the documentation suggest running `docker exec -i apache-apisix sh -c 'cat > /usr/local/apisix/conf/apisix.yaml <<_EOC_`) because we want to provide the apisix.yaml in the deployment (via docker run, docker-compose, kubernetes or whatever) Currently this entrypoint overwrite our apisix.yaml so "my suggestion" is so simple as check if the file exists to avoid overwriting it -- 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]
