mirror of
https://github.com/tommytran732/Gitea-Docker-Compose
synced 2024-11-08 13:51:34 -05:00
Use latest Gitea version
This commit is contained in:
parent
276b1ff1b5
commit
ea0a07cf4c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user