[fix]
This commit is contained in:
parent
192538daf4
commit
56b1443c57
2 changed files with 5 additions and 5 deletions
|
@ -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"]
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue