Postgres up to 15.2

This commit is contained in:
Javielico 2023-05-08 21:01:16 +01:00
parent d56a1474fe
commit 8f5587099d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ services:
- GITEA_DB_NAME=gitea - GITEA_DB_NAME=gitea
- GITEA_DB_USER=gitea - GITEA_DB_USER=gitea
db: db:
image: postgres:9.6 image: postgres:15.2
environment: environment:
- POSTGRES_DB=gitea - POSTGRES_DB=gitea
- POSTGRES_USER=gitea - POSTGRES_USER=gitea