mirror of
https://github.com/tommytran732/Gitea-Docker-Compose
synced 2024-11-21 15:51:32 -05:00
Use latest Gitea version
This commit is contained in:
parent
276b1ff1b5
commit
ea0a07cf4c
@ -3,7 +3,7 @@ version: "3"
|
|||||||
services:
|
services:
|
||||||
gitea:
|
gitea:
|
||||||
# You can use gitea/gitea:latest-rootless, but it tends to be behind gitea:latest for some reason :/
|
# 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
|
container_name: gitea
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user