forked from 0x2620/pandora
use postgres 15
This commit is contained in:
parent
d02055d85e
commit
037be04549
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
db:
|
||||
image: postgres:latest
|
||||
image: postgres:15
|
||||
networks:
|
||||
- backend
|
||||
env_file: .env
|
||||
|
|
Loading…
Reference in a new issue