Skip to content

Commit

Permalink
update default virtuoso version
Browse files Browse the repository at this point in the history
current docker-compose.yml file uses a docker virtuoso image that is 2 years old, I've changed the version to the latest available. 
Also preferring virtuoso7.2.2 over virtuoso7.2.4 due to some nasty bugs that are present in 7.2.4
  • Loading branch information
nvdk authored and madnificent committed Nov 1, 2017
1 parent a53b119 commit d4a8eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ services:
volumes:
- ./config/dispatcher:/config
db:
image: tenforce/virtuoso:1.0.0-virtuoso7.2.4
image: tenforce/virtuoso:1.3.0-virtuoso7.2.2
environment:
SPARQL_UPDATE: "true"
DEFAULT_GRAPH: "http://mu.semte.ch/application"
Expand Down

0 comments on commit d4a8eff

Please sign in to comment.