thedocks/fuseki/docker-compose.yml

14 lines
230 B
YAML
Raw Normal View History

2021-11-01 11:13:34 +00:00
version: '3'
services:
2021-11-02 20:22:23 +00:00
fuseki:
image: fuseki-server:4.2.0
2021-11-01 11:13:34 +00:00
build: .
2021-11-02 20:22:23 +00:00
container_name: fuseki-docker
2021-11-01 11:13:34 +00:00
restart: unless-stopped
volumes:
2021-11-02 20:22:23 +00:00
- ./data:/mnt/apache-fuseki
2021-11-01 11:13:34 +00:00
ports:
2021-11-02 20:22:23 +00:00
- 3030:3030