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
|
restart: unless-stopped
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: postgres:latest
|
image: postgres:15
|
||||||
networks:
|
networks:
|
||||||
- backend
|
- backend
|
||||||
env_file: .env
|
env_file: .env
|
||||||
|
|
Loading…
Reference in a new issue