added "apply modifications" section
This commit is contained in:
parent
bab263f048
commit
e448bd250c
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