Commit 8536496
authored
fix(docker): remove default ubuntu user (#157)
A default `ubuntu` user was added on ubuntu images 22.10 and up.
This breaks permissions on some existing installations due to the
default `plex` user now having a different UID (1001).
This removes the default `ubuntu` user and restores the previous UID for
the `plex` user.
References:
- https://bugs.launchpad.net/cloud-images/+bug/2005129
- https://forums.plex.tv/t/plex-docker-image-should-not-change-permissions-on-mounted-volumes-if-pid-and-gid-is-defined/928780
- https://forums.plex.tv/t/custom-domain-ssl-does-not-work-after-update-to-server-version-1-42-1-10060-4e8b05daf/9284051 parent 58e7444 commit 8536496
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
0 commit comments