change radarr to root
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
98143bdae4
commit
93b0719a81
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@ services:
|
|||
mem_limit: "2048m"
|
||||
mem_reservation: "512m"
|
||||
environment:
|
||||
- PUID=root
|
||||
- PGID=root
|
||||
- PUID=0
|
||||
- PGID=0
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /docker/servarr/radarr:/config
|
||||
|
|
|
|||
Loading…
Reference in a new issue