adop-docker-compose
adop-docker-compose copied to clipboard
move kibana to own location
Original problem described here https://github.com/Accenture/adop-nginx/issues/43
Proposed fix elk.yml
volumes:
- /data/kibana.yml:/opt/kibana/config/kibana.yml
kibana.yml
server.basePath: '/kibana'
elasticsearch.url: 'http://elasticsearch:9200'