Set user and group ID to default 1000
This commit is contained in:
parent
d61c022f04
commit
bda5a28e1c
|
@ -11,6 +11,8 @@ services:
|
|||
environment:
|
||||
- ES_URL=http://tubearchivist-es:9200
|
||||
- REDIS_HOST=tubearchivist-redis
|
||||
- HOST_UID=1000
|
||||
- HOST_GID=1000
|
||||
- TA_USERNAME=${TA_USER}
|
||||
- TA_PASSWORD=${TA_PASSWORD}
|
||||
- TA_HOST=${APP_DOMAIN}
|
||||
|
|
Loading…
Reference in New Issue
Block a user