Merge branch 'topic_backwhitelisting' of https://github.com/NicolasConstant/BirdsiteLive into topic_backwhitelisting
This commit is contained in:
commit
9038573419
1 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
Reference in a new issue