From 2d6a7fcf9d0d6007e2a0fce0bc03945672f8463c Mon Sep 17 00:00:00 2001 From: Evgeny Date: Thu, 29 Feb 2024 15:06:36 +0500 Subject: [PATCH] update readme --- .github/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index 99f2c07..b62ba01 100644 --- a/.github/README.md +++ b/.github/README.md @@ -14,7 +14,7 @@ ## Установка -Всё делается по [официальной инструкции](https://docs.getoutline.com/s/hosting/doc/docker-7pfeLP5a8t), только в качестве `image` нужно использовать `flameshikari/outline-ru:latest` или `ghcr.io/flameshikari/outline-ru:latest` (вместо `latest` можно указать версию; доступные смотреть [тут](https://github.com/flameshikari/outline-ru/pkgs/container/outline-ru)). +Всё делается по [официальной инструкции](https://docs.getoutline.com/s/hosting/doc/docker-7pfeLP5a8t), только в качестве `image` нужно использовать `flameshikari/outline-ru:latest` или `ghcr.io/flameshikari/outline-ru:latest` (вместо `latest` можно указать версию; доступные смотреть в [Docker Hub](https://hub.docker.com/r/flameshikari/outline-ru/tags) или [здесь в разделе пакетов](https://github.com/flameshikari/outline-ru/pkgs/container/outline-ru)). ```yaml ... @@ -31,4 +31,4 @@ - redis ... -``` \ No newline at end of file +```