{triplestore,sql}: Mount directories to allow dynamic import

This commit is contained in:
Tom Wiesing 2022-11-22 12:58:11 +01:00
parent 099c4457b5
commit 3a32b7f03a
No known key found for this signature in database
4 changed files with 5 additions and 1 deletions

View file

@ -5,6 +5,7 @@ services:
image: mariadb
volumes:
- "./data/:/var/lib/mysql"
- "./imports/:/imports/"
ports:
- 127.0.0.1:3306:3306
labels: