Skip to content

Commit

Permalink
updated-docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
sahalali committed Jan 16, 2025
1 parent 5a9b57b commit dea3c2a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions graph-db/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ services:
graphdb:
image: ontotext/graphdb:10.6.3
container_name: graphdb
volumes:
- graphdb-data:/opt/graphdb/dist
ports:
- "7200:7200"
restart: always
command: -Xms2048M -XX:MaxDirectMemorySize=2g

volumes:
graphdb-data:
external: true

0 comments on commit dea3c2a

Please sign in to comment.