update to gitea 1.19
authorDavid Blacka <david@blacka.com>
Sun, 26 Mar 2023 22:04:05 +0000 (18:04 -0400)
committerDavid Blacka <david@blacka.com>
Sun, 26 Mar 2023 22:04:05 +0000 (18:04 -0400)
README.md
docker-compose.yaml

index 0e3b0b0..850c14b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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
 
index 87e4306..f18ff29 100644 (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