From f5eafee887a78ad09a9d4d564bb94c6b1f12613e Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Sun, 20 Sep 2020 22:44:49 +0200 Subject: [PATCH] Docker update --- SELF-HOSTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/SELF-HOSTING.md b/SELF-HOSTING.md index 628c650..39ac75f 100644 --- a/SELF-HOSTING.md +++ b/SELF-HOSTING.md @@ -49,6 +49,13 @@ docker-compose up -d ``` 3. Configure Nginx with a reverse proxy (Instructions coming soon) +#### Update Docker +``` +docker-compose down +docker pull ytorg/yotter +docker-compose up -d +``` + ### Manual installation #### Step 1: Base setup