django-ftpserver icon indicating copy to clipboard operation
django-ftpserver copied to clipboard

Directories are not available in docker-compose

Open fabian-ws opened this issue 5 years ago • 1 comments

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

fabian-ws avatar Dec 30 '19 17:12 fabian-ws

@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'.

tokibito avatar Jan 07 '20 14:01 tokibito