From b0c669aa199b1602d74db63b05ce25e39f68c61a Mon Sep 17 00:00:00 2001 From: tobbbs <1+tobbbs@noreply.localhost> Date: Tue, 14 Jul 2026 17:15:45 +0200 Subject: [PATCH] Update compose.yaml --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 741a1e8..2ff5c64 100644 --- a/compose.yaml +++ b/compose.yaml @@ -8,8 +8,8 @@ services: environment: POSTGRES_USER: ${USER} POSTGRES_PASSWORD: ${PASSWORD} -# ports: -# - "5432:5432" + ports: + - "5432:5432" volumes: - /opt/91_DATABASE/postgres:/var/lib/postgresql/data