Skip to content

Instantly share code, notes, and snippets.

@matheuschimelli
Last active January 15, 2019 19:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matheuschimelli/6fdeb253310de18224f39b8ac6ce085e to your computer and use it in GitHub Desktop.
Save matheuschimelli/6fdeb253310de18224f39b8ac6ce085e to your computer and use it in GitHub Desktop.
Docker compose apache solr
version: '3'
networks:
solr-network:
driver: bridge
services:
solr:
image: bitnami/solr:latest
networks:
- solr-network
ports:
- '8983:8983'
volumes:
- /home/matheuschimelli7/solr:/bitnami
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment