1
0

Gitea: upgrade to 1.24.4

This commit is contained in:
2025-08-07 09:55:17 +03:00
parent e16e23d18c
commit c518125bbd

View File

@@ -1,7 +1,7 @@
services:
gitea_app:
image: gitea/gitea:1.24.3
image: gitea/gitea:1.24.4
restart: unless-stopped
container_name: gitea_app
ports:
@@ -15,8 +15,8 @@ services:
networks:
- "web_proxy_network"
environment:
- "USER_UID=${USER_UID}"
- "USER_GID=${USER_GID}"
- "USER_UID={{ user_create_result.uid }}"
- "USER_GID={{ user_create_result.group }}"
- "GITEA__server__SSH_PORT=2222"
# Mailer