updated gitea to latest version

This commit is contained in:
2024-11-04 10:28:06 +01:00
parent ca619489ec
commit d44bd646b8

View File

@@ -6,7 +6,7 @@ networks:
services:
server:
image: gitea/gitea:1.21.4
image: gitea/gitea:1.22.3-rootless
container_name: gitea
environment:
- USER_UID=1000
@@ -23,7 +23,7 @@ services:
- gitea_data:/data
ports:
- "3000:3000"
- "222:22"
- "2222:2222"
depends_on:
- db
labels: