change back to 1000
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
93b0719a81
commit
d343bff90a
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@ services:
|
|||
mem_limit: "2048m"
|
||||
mem_reservation: "512m"
|
||||
environment:
|
||||
- PUID=0
|
||||
- PGID=0
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /docker/servarr/radarr:/config
|
||||
|
|
|
|||
Loading…
Reference in a new issue