update to gitea 1.19

This commit is contained in:
David Blacka 2023-03-26 18:04:05 -04:00
parent a8b6a4f333
commit 299abd9304
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
This repo consists of some deployment files for running [gitea](https://gitea.io/en-us/), a Go-based git repository manager (think a Go-based simple github.com-like service.)
The idea here is to host a git repository and project management system, only because it is somewhat easy to do so, and this is better than just using [gitweb]().
The idea here is to host a git repository and project management system, only because it is somewhat easy to do so, and this is better than just using [gitweb](https://blacka.com/cgi-bin/gitweb.cgi).
## Overview

View File

@ -6,7 +6,7 @@ networks:
services:
server:
image: gitea/gitea:1.18.5
image: gitea/gitea:1.19
container_name: gitea
environment:
- USER_UID=895