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
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
The text was updated successfully, but these errors were encountered:
@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'.
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
The text was updated successfully, but these errors were encountered: