chore: Upgrade Gitea to 1.13.4
This commit is contained in:
parent
84bda18c6d
commit
595f42957f
|
@ -7,7 +7,7 @@ volumes:
|
||||||
services:
|
services:
|
||||||
gitea:
|
gitea:
|
||||||
container_name: ${GITEA_CONTAINER_NAME:-gitea}
|
container_name: ${GITEA_CONTAINER_NAME:-gitea}
|
||||||
image: ${GITEA_IMAGE:-gitea/gitea:1.13.2}
|
image: ${GITEA_IMAGE:-gitea/gitea:1.13.4}
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
# - USER_UID=1000
|
# - USER_UID=1000
|
||||||
|
|
Loading…
Reference in New Issue