django-ftpserver
django-ftpserver copied to clipboard
Directories are not available in docker-compose
Hey,
I have setup django-ftpserver in my application. On my localhost runs everything as expected. But if I try to run the django application in my docker machine with docker-compose the ftp-client don´t have access to the user-dir. Do you have an idea what I need to setup in addition? Unfortunatelly I didn´t get any error-logs.
Many thanks, Fabian
@fabull86 Do you use 'volume' of docker? Please check that the ftpserver container can access host directory. You can write 'volumes' configuration to 'docker-compose.yml'.