Bump postgres to 12 from 11 in compose (#691)
Since Django 4.2 doesn't support below that, we need to bump to Postgres 12. Django 4.1 is no longer supported, so 4.2 is the lowest version we support here.
This commit is contained in:
@@ -51,7 +51,7 @@ services:
|
||||
- POSTGRES_DB=mailmandb
|
||||
- POSTGRES_USER=mailman
|
||||
- POSTGRES_PASSWORD=mailmanpass
|
||||
image: postgres:11-alpine
|
||||
image: postgres:12-alpine
|
||||
volumes:
|
||||
- /opt/mailman/database:/var/lib/postgresql/data
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user