Restore userns_mode: host (perms regression on userns-remap host)

This commit is contained in:
s8n 2026-05-08 00:13:23 +01:00
parent 115519433d
commit a061949ee1

View file

@ -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