Skip to content

Commit 20c327b

Browse files
committed
atomgraph/fuseki image bump
1 parent a7ac2e6 commit 20c327b

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
@@ -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

0 commit comments

Comments
 (0)