Align env vars.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-09-24 01:14:38 -05:00
parent 08bdabfa9a
commit e7065ffeb4
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ services :
container_name : azuracast_frontend
build :
context : .
user : "${PUID:-1000}:${PGID:-1000}"
user : "${AZURACAST_PUID:-1000}:${AZURACAST_PGID:-1000}"
volumes :
- .:/data/frontend
- ../resources/locale:/data/resources/locale