mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-02-18 03:11:52 +01:00
Update docker-compose-letsencrypt.yaml
Update postgres image.
This commit is contained in:
parent
142ae75acd
commit
1c64938d21
@ -90,7 +90,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- migrations
|
- migrations
|
||||||
db:
|
db:
|
||||||
image: postgres:15.2-alpine
|
image: postgres:16.3-alpine
|
||||||
volumes:
|
volumes:
|
||||||
- ../postgres_data:/var/lib/postgresql/data/
|
- ../postgres_data:/var/lib/postgresql/data/
|
||||||
restart: always
|
restart: always
|
||||||
|
Loading…
Reference in New Issue
Block a user