From e448bd250c2eab8684c7cb06074a70f40730f8ce Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Wed, 24 Feb 2021 21:21:30 -0500 Subject: [PATCH] added "apply modifications" section --- VARIABLES.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/VARIABLES.md b/VARIABLES.md index d48a5d3..32176f9 100644 --- a/VARIABLES.md +++ b/VARIABLES.md @@ -82,4 +82,8 @@ services: db: image: postgres:9.6 [...] -``` \ No newline at end of file +``` + +## 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.