[add] group add for render
```
root@omv:~# cat /etc/group | grep render
render❌107:
```
This commit is contained in:
parent
963161fb0d
commit
faf8623894
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ services:
|
||||||
image: jellyfin/jellyfin
|
image: jellyfin/jellyfin
|
||||||
container_name: jellyfin
|
container_name: jellyfin
|
||||||
user: 1000:100
|
user: 1000:100
|
||||||
|
group_add:
|
||||||
|
- 107
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/config
|
- ./config:/config
|
||||||
|
|
Loading…
Add table
Reference in a new issue