Skip to content

Instantly share code, notes, and snippets.

@SbstnErhrdt
Created February 3, 2021 10:03
Show Gist options
  • Save SbstnErhrdt/5730d99f26c0dfc3a0320e5389de114e to your computer and use it in GitHub Desktop.
Save SbstnErhrdt/5730d99f26c0dfc3a0320e5389de114e to your computer and use it in GitHub Desktop.
grakn - docker-compose
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