Skip to content

Commit 24b8142

Browse files
committed
allow docker restart
1 parent 47bc62c commit 24b8142

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ version: '3'
33
services:
44
virtuoso:
55
image: tenforce/virtuoso:1.3.2-virtuoso7.2.4
6+
restart: always
67
volumes:
78
- virtuoso-db:/data #the location of Virtuoso DB
89
environment:
@@ -17,6 +18,7 @@ services:
1718
depends_on:
1819
- virtuoso
1920
image: ali1k/ld-r
21+
restart: always
2022
network_mode: service:virtuoso
2123
volumes:
2224
virtuoso-db:

0 commit comments

Comments
 (0)