added "apply modifications" section

This commit is contained in:
Nicolas Constant 2021-02-24 21:21:30 -05:00 committed by GitHub
parent bab263f048
commit e448bd250c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

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.