Skip to content

Commit

Permalink
fixed the connection issue between LD-R and Virtuoso
Browse files Browse the repository at this point in the history
  • Loading branch information
ali1k committed Oct 30, 2018
1 parent d076556 commit 91bf557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ services:
ports:
- "8890:8890" #SPARQL web endpoint port
- "1111:1111" #isql port
- "4000:4000" #LD-R application port
ld-r:
depends_on:
- virtuoso
image: ali1k/ld-r
ports:
- "4000:4000" #LD-R application port
network_mode: service:virtuoso
volumes:
virtuoso-db:

0 comments on commit 91bf557

Please sign in to comment.