From e7736c8244c858342859fd85e97f0a79a24ad855 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Tue, 25 Apr 2023 13:54:26 +0200 Subject: [PATCH] Use port 5432 --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 02c0eced..4462d710 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -55,15 +55,15 @@ services: image: 'postgres:15' user: 'postgres' ports: - - '${POSTGRES_PORT:-5434}' + - '${POSTGRES_PORT:-5432}' environment: PGPASSWORD: '${POSTGRES_PASSWORD:-postgres}' - PGPORT: '${POSTGRES_PORT:-5434}' + PGPORT: '${POSTGRES_PORT:-5432}' POSTGRES_DB: main POSTGRES_USER: 'postgres' POSTGRES_PASSWORD: 'postgres' expose: - - '${POSTGRES_PORT:-5434}' + - '${POSTGRES_PORT:-5432}' healthcheck: test: - CMD