From e10d94820ec2c2e2450eb77386aefc1a8900a5f9 Mon Sep 17 00:00:00 2001 From: Dmitriy Lyalyuev Date: Fri, 18 Nov 2022 14:35:44 +0300 Subject: [PATCH] Edit docs --- Readme.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 575ea30..aba47ec 100644 --- a/Readme.md +++ b/Readme.md @@ -6,11 +6,18 @@ Selfhostable read it later service. ## Installation with Docker +### Run with prepared images + This is the recommended way to run Later42 -* copy provided docker-compose.yml and customize for your needs +* copy provided `docker-compose.yml` and customize for your needs * pull prepared images from the Docker Hub and start - `docker-compose pull && docker-compose up -d` -* alternatively, compile from the sources - `docker-compose build && docker-compose up -d` + +### Build custom images from sources + +* clone this repo +* customize provided `docker-compose.yml` for your needs +* build docker images from the sources - `docker-compose build && docker-compose up -d` ## Environment variables