diff options
| author | Shyam Sunder | 2018-09-23 19:35:42 -0400 |
|---|---|---|
| committer | rr- | 2018-12-22 12:31:25 +0100 |
| commit | 987a3aa8f2a7b5f286e6e7cbda4c8894eb3a35ed (patch) | |
| tree | f793ae05faf38f57d51da7ef4e9a49567bdfb48b /INSTALL.md | |
| parent | 7081b5be9075c3385f33a9a9c053fd6f36f0cd18 (diff) | |
docker: make deployment easier
Diffstat (limited to 'INSTALL.md')
| -rw-r--r-- | INSTALL.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |