Also set user id for collector container

Else it chowns the DB, and doesn't run correctly
This commit is contained in:
Jake Howard 2020-09-24 22:18:34 +01:00
parent fd83820faa
commit 40488f62b7
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -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