We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
services: apisix: image: apisix-gt:3.9.9 container_name: apisix restart: always
volumes: - ./config.yaml:/usr/local/apisix/conf/config.yaml - ./apisix-java-plugins-1.0.jar:/opt/apisix-runner-bin/apisix-java-plugins-1.0.jar - ./custom-plugins:/usr/local/apisix/apisix/plugins/ ports: - "9180:9180/tcp" - "9080:9080/tcp" - "9091:9091/tcp" - "9443:9443/tcp" - "9092:9092/tcp" networks: - apisix-network deploy: resources: limits: memory: 8G
加载了java代码插件,同时也想指定自己改好的elasticsearch-logger.lua 目前两个配置只能生效一个,怎么处理?
apisix version
uname -a
openresty -V
nginx -V
curl http://127.0.0.1:9090/v1/server_info
luarocks --version
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
services:
apisix:
image: apisix-gt:3.9.9
container_name: apisix
restart: always
加载了java代码插件,同时也想指定自己改好的elasticsearch-logger.lua
目前两个配置只能生效一个,怎么处理?
Environment
apisix version
):uname -a
):openresty -V
ornginx -V
):curl http://127.0.0.1:9090/v1/server_info
):luarocks --version
):The text was updated successfully, but these errors were encountered: