You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operating system: Ubuntu 20.04 with Docker/Docker-compose
Bug report
If I mount a volume to /import the data doesn't appear in the container and if I write in the /import folder in the container nothing appears in the host folder.
Bug report
If I mount a volume to
/import
the data doesn't appear in the container and if I write in the/import
folder in the container nothing appears in the host folder.This is my docker-compose file
Steps to reproduce
docker pull neo4j:latest
cd /import
andtouch foo.txt
foo.txt
is not in the volume$VOLUMES/neo4j/import
Expected behavior
The volume should the correct linked to
/import
Actual behavior
The volume is not linked to
/import
The text was updated successfully, but these errors were encountered: