mirror of
https://github.com/mediacms-io/mediacms.git
synced 2024-11-25 01:34:51 +01:00
Update docker-compose-dev.yaml
Update postgres image.
This commit is contained in:
parent
b5070aabb1
commit
387e922014
@ -47,7 +47,7 @@ services:
|
||||
depends_on:
|
||||
- migrations
|
||||
db:
|
||||
image: postgres:15.2-alpine
|
||||
image: postgres:16.3-alpine
|
||||
volumes:
|
||||
- ../postgres_data:/var/lib/postgresql/data/
|
||||
restart: always
|
||||
|
Loading…
Reference in New Issue
Block a user