Add PUID/PGID
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user