Update Gitea version to use latest stable version

Dieser Commit ist enthalten in:
Timo N 2019-01-05 13:36:32 +01:00 committet von GitHub
Ursprung 983bc6af44
Commit 23fe6dd55d
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -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.
9\. Restart gitea with `docker-compose restart gitea-mailcow`. Your users should be able to login with mailcow managed accounts.