-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
[BUG] Cannot create a bind mount to /app/www/public/upload/files #36
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
you want the documented /data mount. |
Yes under the /data mount I can find the files I upload via the web interface. But there is the "Find orphan files" option in the "Files" section which I would like to use. On that page it states: "There are no files available to add right now. To use this feature you need to upload your files via FTP to the folder /app/www/public/upload/files". Unfortunately I cannot mount the mentioned folder, as described in the first post.. (sorry I closed the issue by mistake) |
Aaah after looking at the Dockerfile I realised that /app/www/public/upload/files is available under /data/projectsend/files |
Is there an existing issue for this?
Current Behavior
I want to drop files into the /app/www/public/upload/files folder, so I can use the "find orphaned files" feature of projectsend. As I understand it, this would allow me to instantly upload big files, without using the web interface.
When I add this bind mount under volumes section:
- $STORAGEDIR/appdata/filedrop/:/app/www/public/upload/files
the container won't start up properly, because the files in /app/www/public/ don't get created. On the browser I get 403 Forbidden.
When I check the folder inside the container I see
root@6ea140ebcf61:/app/www/public# ls
lang public-tmp upload
All the files which should be in the public folder are in public-tmp.
Expected Behavior
The files and folders under /app/www/public/ should not be affected by a bind mount to /app/www/public/upload/files
...or any other solution which let's me bind mount that folder
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: