We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47bc62c commit 24b8142Copy full SHA for 24b8142
docker-compose.yml
@@ -3,6 +3,7 @@ version: '3'
3
services:
4
virtuoso:
5
image: tenforce/virtuoso:1.3.2-virtuoso7.2.4
6
+ restart: always
7
volumes:
8
- virtuoso-db:/data #the location of Virtuoso DB
9
environment:
@@ -17,6 +18,7 @@ services:
17
18
depends_on:
19
- virtuoso
20
image: ali1k/ld-r
21
22
network_mode: service:virtuoso
23
24
virtuoso-db:
0 commit comments