This commit is contained in:
Andy Bunce 2021-11-02 23:26:26 +00:00
parent 192538daf4
commit 56b1443c57
2 changed files with 5 additions and 5 deletions

View file

@ -92,6 +92,6 @@ RUN rm -rf $FUSEKI_BASE
VOLUME $FUSEKI_BASE
EXPOSE 3030
ENTRYPOINT ["/usr/bin/tini", "--", "/docker-entrypoint.sh"]
ENTRYPOINT [ "/docker-entrypoint.sh"]
CMD ["/jena-fuseki/fuseki-server"]

View file

@ -2,12 +2,12 @@ version: '3'
services:
tiddly:
image: fuseki:4.2.0
image: tiddlywiki:5.2.0
build: .
container_name: fuseki-docker
container_name: tiddlywiki-docker
restart: unless-stopped
volumes:
- ./data/quodatum:/app
ports:
- 3030:3030
- 8088:8080
env_file: ./.env