File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ services:
7373 - ./platform/datasets/admin.trig:/var/linkeddatahub/datasets/admin.trig:ro
7474 - ./platform/datasets/end-user.trig:/var/linkeddatahub/datasets/end-user.trig:ro
7575 fuseki-admin :
76- image : atomgraph/fuseki:4.6.1
76+ image : atomgraph/fuseki:4.7.0
7777 user : root # otherwise fuseki user does not have permissions to the mounted folder which is owner by root
7878 expose :
7979 - 3030
@@ -82,7 +82,7 @@ services:
8282 - ./data/admin:/fuseki/databases
8383 command : [ "--config", "/fuseki/config.ttl" ]
8484 fuseki-end-user :
85- image : atomgraph/fuseki:4.6.1
85+ image : atomgraph/fuseki:4.7.0
8686 user : root # otherwise the fuseki user does not have permissions to the mounted folder which is owner by root
8787 expose :
8888 - 3030
You can’t perform that action at this time.
0 commit comments