usrtax opened a new issue, #343: URL: https://github.com/apache/apisix-docker/issues/343
<img width="961" alt="image" src="https://user-images.githubusercontent.com/110233389/186821913-5b6e017b-7985-405e-b85a-8c31510ccccb.png"> ``` ❯ cat config.yaml apisix: enable_admin: false config_center: yaml ❯ cat docker-compose.yml version: "3" services: apisix: image: apache/apisix:latest restart: always volumes: - /var/log/apisix:/usr/local/apisix/logs - ./config.yaml:/usr/local/apisix/conf/config.yaml:ro - /mnt/www:/mnt/www:ro network_mode: host ❯ docker images REPOSITORY TAG IMAGE ID CREATED SIZE apache/apisix latest 80ffdeac32a1 4 weeks ago 376MB ❯ docker-compose up Starting apisix_apisix_1 ... done Attaching to apisix_apisix_1 apisix_1 | /usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua init apisix_1 | /usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua init_etcd apisix_1 | nginx: [error] [lua] config_yaml.lua:72: read_apisix_yaml(): failed to fetch /usr/local/apisix/conf/apisix.yaml attributes: cannot obtain information from file '/usr/local/apisix/conf/apisix.yaml': No such file or directory ``` -- 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]
