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_limit: "2048m"
|
||||||
mem_reservation: "512m"
|
mem_reservation: "512m"
|
||||||
environment:
|
environment:
|
||||||
- PUID=0
|
- PUID=1000
|
||||||
- PGID=0
|
- PGID=1000
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /docker/servarr/radarr:/config
|
- /docker/servarr/radarr:/config
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue