Created
February 3, 2021 10:03
-
-
Save SbstnErhrdt/5730d99f26c0dfc3a0320e5389de114e to your computer and use it in GitHub Desktop.
grakn - docker-compose
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3.2" | |
services: | |
grakn: | |
image: graknlabs/grakn:latest | |
ports: | |
- 48555:48555 | |
volumes: | |
- ./data/:/grakn-core-all-linux/server/db/ | |
restart: on-failure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment