TheShubhendra commented on issue #557: URL: https://github.com/apache/apisix-docker/issues/557#issuecomment-2242219688
As I saw this issue was fixed as mentioned in #541 . I have updated docker image to `apache/apisix:3.9.1-debian`. Now I am getting error `apisix_1 | /docker-entrypoint.sh: line 35: /usr/local/apisix/conf/config.yaml: Read-only file system`. ``` ubuntu@mobile-app:~/services/apisix$ sudo docker-compose up Creating network "apisix_apisix" with driver "bridge" Pulling apisix (apache/apisix:3.9.1-debian)... 3.9.1-debian: Pulling from apache/apisix 6177a7f9989f: Pull complete ab6bf8e3e50d: Pull complete dbfe238d4233: Pull complete da9efcf6471a: Pull complete 7132356fe872: Pull complete 4f4fb700ef54: Pull complete 843c9bc3359a: Pull complete 26f5d3eb7ea1: Pull complete d8cb87459269: Pull complete Digest: sha256:48ce16399e68a5f31c8b49d802f1e71ec93aea44d8c8ae311dc170e8564d5c4e Status: Downloaded newer image for apache/apisix:3.9.1-debian Creating apisix_apisix_1 ... done Attaching to apisix_apisix_1 apisix_1 | /docker-entrypoint.sh: line 35: /usr/local/apisix/conf/config.yaml: Read-only file system apisix_apisix_1 exited with code 1 ``` -- 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]
