Merge pull request #124 from ntimo/patch-1

Update Gitea version to use latest stable version
Dieser Commit ist enthalten in:
André Peters 2019-01-05 15:09:27 +01:00 committet von GitHub
Commit 4685045457
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: services:
gitea-mailcow: gitea-mailcow:
image: gitea/gitea:latest image: gitea/gitea:1
volumes: volumes:
- ./data/gitea:/data - ./data/gitea:/data
networks: networks:
@ -49,4 +49,4 @@ SSH_PORT = 4000
ROOT_URL = https://mx.example.org/gitea/ 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.