docs: Add more documentation #5

Merged
kosssi merged 1 commits from docs into main 2021-10-23 16:07:16 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8168ce327b - Show all commits

View File

@ -7,7 +7,7 @@ volumes:
services:
gitea:
container_name: ${GITEA_CONTAINER_NAME:-gitea}
image: ${GITEA_IMAGE:-gitea/gitea:1.15.3}
image: ${GITEA_IMAGE:-gitea/gitea:1.15.5}
restart: always
environment:
# - USER_UID=1000