更新 Gitea
Signed-off-by: zhao <zj18139624826@gmail.com>
This commit is contained in:
parent
4ca8b51ef3
commit
da10f4d7ba
4
Gitea
4
Gitea
@ -30,7 +30,7 @@ services:
|
|||||||
- db
|
- db
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: docker.io/library/postgres:14
|
image: postgres:14
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_USER=gitea
|
- POSTGRES_USER=gitea
|
||||||
@ -39,4 +39,4 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- gitea
|
- gitea
|
||||||
volumes:
|
volumes:
|
||||||
- ./postgres:/var/lib/postgresql/data
|
- ./postgres:/var/lib/postgresql/data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user