update stash to run as 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
1106548741
commit
d8a863d0ff
1 changed files with 2 additions and 2 deletions
|
|
@ -32,8 +32,8 @@ services:
|
|||
- TRANSCODE_OPERATING_MODE=ram
|
||||
- STASH_EXTERNAL_HOST=https://stash.mapletree.email
|
||||
# Run as root (can adjust later if needed)
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- PUID=root
|
||||
- PGID=root
|
||||
|
||||
# Optional — enable headless Chromium for scrapers
|
||||
- CHROME_PATH=/usr/bin/chromium
|
||||
|
|
|
|||
Loading…
Reference in a new issue