summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-09-07 09:37:12 -0700
committerDessalines <tyhou13@gmx.com>2019-09-07 09:37:12 -0700
commitb6ed1b81d022f03f3581c8acd02aeadb6d302497 (patch)
tree843a8dec7db4d9469e7f965f5f3e34e17b697a48 /README.md
parent44442565aa6d9cba6c597fcce70d939318f071d4 (diff)
Adding docker update instructions.
- Fixes #270
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index 155d9b08..774d475a 100644
--- a/README.md
+++ b/README.md
@@ -81,13 +81,21 @@ docker-compose up -d
and goto http://localhost:8536
-[A sample nginx config](/docker/prod/nginx.conf), could be setup with:
+[A sample nginx config](/ansible/templates/nginx.conf), could be setup with:
```bash
-wget https://raw.githubusercontent.com/dessalines/lemmy/master/docker/prod/nginx.conf
+wget https://raw.githubusercontent.com/dessalines/lemmy/master/ansible/templates/nginx.conf
# Replace the {{ vars }}
sudo mv nginx.conf /etc/nginx/sites-enabled/lemmy.conf
```
+#### Updating
+
+To update to the newest version, run:
+
+```bash
+wget https://raw.githubusercontent.com/dessalines/lemmy/master/docker/prod/docker-compose.yml
+docker-compose up -d
+```
### Ansible