1
0
mirror of https://github.com/tommytran732/Gitea-Docker-Compose synced 2024-09-07 22:53:30 -04:00

Use latest Gitea version

This commit is contained in:
Tommy 2023-08-15 17:30:39 -07:00 committed by GitHub
parent 276b1ff1b5
commit ea0a07cf4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ version: "3"
services:
gitea:
# You can use gitea/gitea:latest-rootless, but it tends to be behind gitea:latest for some reason :/
image: gitea/gitea:dev-rootless
image: gitea/gitea:latest-rootless
container_name: gitea
restart: unless-stopped
volumes: