We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2873b85 + 84f9dfb commit d7dfacdCopy full SHA for d7dfacd
2 files changed
infra/fuseki/Dockerfile
@@ -1,4 +1,5 @@
1
-FROM stain/jena-fuseki:4.0.0
+FROM secoresearch/fuseki:4.5.0
2
3
+USER root
4
RUN apt-get update; \
5
apt-get install -y --no-install-recommends procps
infra/fuseki/docker-compose.yml
@@ -9,7 +9,7 @@ services:
9
- ADMIN_PASSWORD=${FUSEKI_ADMIN_PASSWORD}
10
- FUSEKI_DATASET_1=mydataset
11
volumes:
12
- - fuseki-data:/fuseki/
+ - fuseki-data:/fuseki-data/databases
13
networks:
14
- fuseki-net
15
- proxy-net
0 commit comments