Restore userns_mode: host (perms regression on userns-remap host)
This commit is contained in:
parent
115519433d
commit
a061949ee1
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ services:
|
||||||
container_name: jellyfin
|
container_name: jellyfin
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
user: "1000:1000"
|
user: "1000:1000"
|
||||||
|
userns_mode: "host"
|
||||||
environment:
|
environment:
|
||||||
- TZ=Europe/London
|
- TZ=Europe/London
|
||||||
- JELLYFIN_PublishedServerUrl=https://tv.s8n.ru
|
- JELLYFIN_PublishedServerUrl=https://tv.s8n.ru
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue