Also set user id for collector container
Else it chowns the DB, and doesn't run correctly
This commit is contained in:
parent
fd83820faa
commit
40488f62b7
1 changed files with 2 additions and 0 deletions
|
@ -27,4 +27,6 @@ services:
|
|||
- SCRUTINY_COLLECTOR=true
|
||||
- SCRUTINY_WEB=false
|
||||
- SCRUTINY_API_ENDPOINT=http://web:8080
|
||||
- PUID={{ docker_user.id }}
|
||||
- PGID={{ docker_user.id }}
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Reference in a new issue