Skip to content

Commit 91bf557

Browse files
committed
fixed the connection issue between LD-R and Virtuoso
1 parent d076556 commit 91bf557

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ services:
1212
ports:
1313
- "8890:8890" #SPARQL web endpoint port
1414
- "1111:1111" #isql port
15+
- "4000:4000" #LD-R application port
1516
ld-r:
1617
depends_on:
1718
- virtuoso
1819
image: ali1k/ld-r
19-
ports:
20-
- "4000:4000" #LD-R application port
20+
network_mode: service:virtuoso
2121
volumes:
2222
virtuoso-db:

0 commit comments

Comments
 (0)