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

Connecting to a server with empty root #66

Open
poespas opened this issue Oct 5, 2023 · 1 comment
Open

Connecting to a server with empty root #66

poespas opened this issue Oct 5, 2023 · 1 comment

Comments

@poespas
Copy link

poespas commented Oct 5, 2023

Hi there,

When briefly using the docker image, it seems like it tries to connect and load the root / folder, which appears to be empty and not the mounted volume.

Changing the path to the mounted path will result in a Failed to retrieve directory listing error from my FTP Client.

Is this expected behaviour?

@timnovinger
Copy link

I'm wondering if you're having the same issue I briefly was. In the example, he lists the volume mount like this...

'/data:/home/user'

In this case, /data is the local volume you're trying to mount to and /home/user needs to use the same username you set as FTP_USER in the environment variables. He's mapping the created user's home directory to the volume mount.

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

No branches or pull requests

2 participants