gitea #67

Merged
kosssi merged 2 commits from gitea into main 2023-09-28 12:02:13 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b047319556 - Show all commits

View File

@ -9,7 +9,7 @@ volumes:
services:
gitea:
container_name: ${GITEA_CONTAINER_NAME:-gitea}
image: ${GITEA_IMAGE:-gitea/gitea:1.18.4}
image: ${GITEA_IMAGE:-gitea/gitea:1.20.4}
restart: always
environment:
- USER_UID=${GITEA_UID:-1000}