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.