Updates gitea to use the latest docker image.

This commit is contained in:
2023-04-16 23:53:19 -04:00
parent b5f2e74bd0
commit edd157d241

View File

@@ -7,7 +7,7 @@ networks:
services:
server:
image: gitea/gitea:1.13.6
image: gitea/gitea:latest
container_name: gitea
environment:
- USER_UID=1000