Add PUID/PGID

This commit is contained in:
lowcarbdev
2025-11-13 09:45:38 -07:00
parent 3f52b52272
commit 4a2cfae759
4 changed files with 62 additions and 4 deletions
+2
View File
@@ -13,6 +13,8 @@ services:
environment:
- PORT=8081
- DB_PATH_PREFIX=/data
- PUID=1000
- PGID=1000
restart: unless-stopped
healthcheck:
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:8081/api/health"]