Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Docker Development - Permissions Issue

Featured Replies

Hi All,

 

I have read the docker developer guidelines but I am still having issues with files being created by my docker which I am then unable to edit / delete from my windows machine logged in as a user. The user I log in with to access the shares is not root but has full read write permission to the share. 

 

Below are the related permissions parts of my dockerfile and its install.sh script it initiates. The entirety of it can be found here: https://github.com/ChessDragon136/OneDrive-Docker

 

I'm sure this used to work with 6.5.3.. 

 

Thanks in advance - I know its likely something stupid - as a programmer it is always the obvious that eludes you.. 

 

Start of install.sh script

#Setup User Environment

mkdir -p /home/nobody

usermod -u 99 nobody

usermod -g 100 nobody

groupmod -g 100 users

usermod -d /home/nobody nobody

chown -R nobody:users /home

 

after execution of install.sh script, after I have created the docker volumes to the appdata and data volumes

RUN chown -R nobody:users /OneDriveConf

RUN chown -R nobody:users /OneDriveData

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.