move envs from Dockerfile to docker-compose files (#264)

This commit is contained in:
Markos Gogoulos
2021-08-02 22:03:32 +03:00
committed by GitHub
parent 2dde4257f7
commit 86cc0442d8
8 changed files with 17 additions and 5 deletions

View File

@ -36,7 +36,7 @@ A user admin has been created with random password, you should be able to see it
migrations_1 | Created admin user with password: gwg1clfkwf
```
or if you have set the ADMIN_PASSWORD variable on Dockerfile, that variable will be set as the admin user's password
or if you have set the ADMIN_PASSWORD variable on docker-compose file you have used (example `docker-compose.yaml`), that variable will be set as the admin user's password
## Update