change from root to 0
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
d8a863d0ff
commit
88251c6ca2
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=root
|
- PUID=0
|
||||||
- PGID=root
|
- PGID=0
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /docker/servarr/lidarr:/config
|
- /docker/servarr/lidarr:/config
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue