Skip to content

Commit 9851c42

Browse files
authored
Merge branch 'develop' into feat-plex-watchlist
2 parents 3fed31e + 48ef298 commit 9851c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migration-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Changes :
2828

2929
If you're migrating from a previous installation, you may need to update the ownership of your config folder:
3030
```bash
31-
sudo chown -R 1000:1000 /path/to/appdata/config
31+
docker run --rm -v /path/to/appdata/config:/data alpine chown -R 1000:1000 /data
3232
```
3333

3434
This ensures the `node` user (UID 1000) owns the config directory and can read and write to it.

0 commit comments

Comments
 (0)