Change docker-compose to use env vars

This commit is contained in:
eikek
2021-10-25 14:06:29 +02:00
parent b3ca7954bb
commit a1bf3957ba
7 changed files with 73 additions and 124 deletions

View File

@ -429,8 +429,7 @@ defining an environment variable which gets picked up by the
containers defined in `docker-compose.yml`:
``` bash
export DOCSPELL_HEADER_VALUE="my-secret"
docker-compose up
docker-compose up -d
```