-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Issue seeing contents of directory after migrating to new Synology NAS #367
Comments
|
Thanks so much for the tip! I changed it but it still doesn't resolve my issue :/ Still when I ssh into container, I see all the subfolders/files (can't write- so the ro is working), but when I press manage files in the gui, I can see the root of the shares, but nothing underneath. |
It should be a permission issue... Do you see that permission/ownership of folder/files are correct?
|
So from inside the container, we see that folders have no permissions ( I'm not sure to know what is causing this... Do you have the same behaviour if you create the container from the Container Station or from the CLI ? |
Also, could you share the full config of the container by providing the output of |
I was having this issue also and this fixed it for me! I think the fix specifically for me was setting |
Hi, I migrated to a new Synology NAS and using the same yaml and a backup of my config file that was working fine for me previously.
I am no longer able to see my subdirectories/files within crashplan (manage files), but if I SSH into the container (as root) then all the subdirectories and files appear fine. I've currently out of ideas and would appreciate some help.
I've tried the following but none seem to have worked for me:
Thanks in advance!
version: '3'
services:
crashplan-pro:
hostname: docker-crashplan-xpe1
image: jlesage/crashplan-pro:latest
restart: unless-stopped
environment:
- CRASHPLAN_SRV_MAX_MEM=10240M
- PGID=100
- PUID=1026
- TZ=America/Chicago
- KEEP_APP_RUNNING=1
ports:
- 5800:5800
volumes:
- /volume1/docker/crashplan-pro:/config:rw
- /volume1/shared:/shared:ro
- /volume1/media:/media:ro
The text was updated successfully, but these errors were encountered: