Fix path to APM server extensions onfig

Fixes #411
parent fbb1fe49
...@@ -7,7 +7,7 @@ services: ...@@ -7,7 +7,7 @@ services:
args: args:
ELK_VERSION: $ELK_VERSION ELK_VERSION: $ELK_VERSION
volumes: volumes:
- ./apm-server/config/apm-server.yml:/usr/share/apm-server/config/apm-server.yml:ro - ./extensions/apm-server/config/apm-server.yml:/usr/share/apm-server/config/apm-server.yml:ro
ports: ports:
- "8200:8200" - "8200:8200"
networks: networks:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment