aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorShyam Sunder2018-09-23 19:35:42 -0400
committerrr-2018-12-22 12:31:25 +0100
commit987a3aa8f2a7b5f286e6e7cbda4c8894eb3a35ed (patch)
treef793ae05faf38f57d51da7ef4e9a49567bdfb48b /INSTALL.md
parent7081b5be9075c3385f33a9a9c053fd6f36f0cd18 (diff)
docker: make deployment easier
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 6465235..7c156e6 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -26,12 +26,12 @@ and Docker Compose (version 1.6.0 or greater) already installed.
3. Configure Docker Compose:
```console
- user@host:szuru$ cp docker-compose.yml.example docker-compose.yml
- user@host:szuru$ edit docker-compose.yml
+ user@host:szuru$ cp example.env .env
+ user@host:szuru$ edit .env
```
- Read the comments to guide you. For production use, it is *important*
- that you configure the volumes appropriately to avoid data loss.
+ Change the values of the variables in `.env` as needed.
+ Read the comments to guide you.
### Running the Application

© 2015 - 2026 Jakob L. Kreuze