Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Directories are not available in docker-compose #19

Open
fabian-ws opened this issue Dec 30, 2019 · 1 comment
Open

Directories are not available in docker-compose #19

fabian-ws opened this issue Dec 30, 2019 · 1 comment
Labels

Comments

@fabian-ws
Copy link

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

@tokibito
Copy link
Owner

tokibito commented Jan 7, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants