I noticed two things for which I am not sure if they are intended:
even though a local Dockerfile for Blazegraph is provided in this repo, the docker-compose file does not use it directly here, i.e. image: blazegraph:2.1.5 is used instead of build: ./blazegraph
within the Blazegraph Dockerfile the hard-coded UID 888 is used which could cause Permission Denied errors when using Docker volumes
Well spotted that first one; fixed in e8f28a8187f1f7e82f45cc1241e27f5e9e00cfa5
No idea about the first one, it was a fix necessary for our OpenShift environment. I'll leave it for now.
Hey,
I noticed two things for which I am not sure if they are intended:
image: blazegraph:2.1.5
is used instead ofbuild: ./blazegraph
888
is used which could causePermission Denied
errors when using Docker volumes