Skip to content

BUG: Update docker-compose port and volumes for MacOS#41

Merged
ben-n-fuller merged 1 commit intoKevinMoonLab:mainfrom
r0hin:main
Feb 25, 2026
Merged

BUG: Update docker-compose port and volumes for MacOS#41
ben-n-fuller merged 1 commit intoKevinMoonLab:mainfrom
r0hin:main

Conversation

@r0hin
Copy link
Contributor

@r0hin r0hin commented Feb 14, 2026

Related to JOSS review openjournals/joss-reviews#9910

  1. Neo4j's startup script runs chown on /var/lib/neo4j/import which fails with "Permission denied":
$ docker logs nexarag.neo4j 2>&1
chown: changing ownership of '/var/lib/neo4j/import': Permission denied

I removed the mount ./kg_dumps:/var/lib/neo4j/import which is already mounted at /dumps. If this is the correct fix, please apply to /docker/dev/docker-compose.macos.yml also.

  1. Port 5000 on MacOS is often used by AirPlay Receiver. I switched the port to 5100 and updated the README accordingly.

Please edit this PR and/or clarify if needed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants