From 8b26797e93226d3bca8183a678991f6399646f2b Mon Sep 17 00:00:00 2001 From: pictuga Date: Tue, 13 Dec 2022 22:07:21 +0100 Subject: [PATCH] README: add recommended install way Part of discussions on #94 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 712e094..f46eb9f 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ With cli docker pull pictuga/morss ``` -With docker-compose +With docker-compose **(recommended)** ```yml services: @@ -215,7 +215,7 @@ From source docker run -p 8000:8000 morss ``` -With docker-compose +With docker-compose **(recommended)** ```shell docker-compose up