mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-03 12:43:48 +00:00
Pin Gitea version (#3104)
This commit is contained in:
parent
c4ca88e945
commit
0860485d9d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ services:
|
||||||
- pgsql:/var/lib/postgresql/data/pgdata
|
- pgsql:/var/lib/postgresql/data/pgdata
|
||||||
|
|
||||||
gitea:
|
gitea:
|
||||||
image: gitea/gitea:dev
|
image: gitea/gitea:1.21
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue