Merge branch 'topic_backwhitelisting' of https://github.com/NicolasConstant/BirdsiteLive into topic_backwhitelisting

This commit is contained in:
Nicolas Constant 2021-02-24 21:23:40 -05:00
commit 9038573419
No known key found for this signature in database
GPG key ID: 1E9F677FB01A5688

View file

@ -82,4 +82,8 @@ services:
db:
image: postgres:9.6
[...]
```
```
## Apply the modifications
After the modification of the `docker-compose.yml` file, you will need to run `docker-compose up -d` to apply the changes.