-
-
Notifications
You must be signed in to change notification settings - Fork 47
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] I Dont have permission to the only folder I gave it permission to #67
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
|
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
Add a new directory /data to put the shares in and config where the config stays. Do not create default share by default Fixes linuxserver#67
Add a new directory /data to put the shares in and config where the config stays. Do not create default share by default Fixes linuxserver#67
Add a new directory /data to put the shares in and config where the config stays. Do not create default share by default Fixes linuxserver#67
This issue is locked due to inactivity |
Is there an existing issue for this?
Current Behavior
Failed to create folder root directory mkdir /Server2: permission denied
Expected Behavior
Make shared Folder
Steps To Reproduce
make a shared folder in Server2
Environment
CPU architecture
x86-64
Docker creation
--- version: "2.1" services: syncthing: image: lscr.io/linuxserver/syncthing:latest container_name: syncthing environment: - PUID=1000 - PGID=100 - TZ=America/Los_Angeles volumes: - /Docker/syncthing:/config - /Server2:/data1 ports: - 8384:8384 - 22000:22000/tcp - 22000:22000/udp - 21027:21027/udp restart: unless-stopped
Container logs
The text was updated successfully, but these errors were encountered: