We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad1daa0 commit 7c149c4Copy full SHA for 7c149c4
1 file changed
docker-compose.yml
@@ -1,14 +1,14 @@
1
services:
2
postgres:
3
- image: postgres:14.11-alpine
+ image: postgres:16.11-alpine
4
container_name: pix-data-admin-postgres
5
ports:
6
- '${PIX_DATABASE_PORT:-5432}:5432'
7
environment:
8
POSTGRES_HOST_AUTH_METHOD: trust
9
10
postgres-ext:
11
12
container_name: pix-data-admin-postgres-ext
13
14
- '${PIX_DATABASE_PORT:-5433}:5432'
0 commit comments