From 23fe6dd55dce23c682ee24975e6ecc4e625f5ebe Mon Sep 17 00:00:00 2001 From: Timo N Date: Sat, 5 Jan 2019 13:36:32 +0100 Subject: [PATCH] Update Gitea version to use latest stable version --- docs/third_party-gitea.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/third_party-gitea.md b/docs/third_party-gitea.md index 6ae8bd0d0..92e20fcae 100644 --- a/docs/third_party-gitea.md +++ b/docs/third_party-gitea.md @@ -7,7 +7,7 @@ version: '2.1' services: gitea-mailcow: - image: gitea/gitea:latest + image: gitea/gitea:1 volumes: - ./data/gitea:/data networks: @@ -49,4 +49,4 @@ SSH_PORT = 4000 ROOT_URL = https://mx.example.org/gitea/ ``` -9\. Restart gitea with `docker-compose restart gitea-mailcow`. Your users should be able to login with mailcow managed accounts. \ No newline at end of file +9\. Restart gitea with `docker-compose restart gitea-mailcow`. Your users should be able to login with mailcow managed accounts.