Update Gitea version to use latest stable version
Dieser Commit ist enthalten in:
Ursprung
983bc6af44
Commit
23fe6dd55d
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -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.
|
||||||
|
|
Laden …
In neuem Issue referenzieren