Update postgres Docker tag to v16
This commit is contained in:
parent
e98b27efd6
commit
52c1ccb256
@ -10,7 +10,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
db:
|
db:
|
||||||
image: postgres:15.3
|
image: postgres:16.2
|
||||||
restart: always
|
restart: always
|
||||||
env_file: ".env"
|
env_file: ".env"
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
Reference in New Issue
Block a user