Merged in bugfix/generateport (pull request #61)

Change compose port

* port
This commit is contained in:
Michael McGuinness
2025-02-11 17:49:45 +00:00
parent eded994149
commit 1b754679bb
+2 -2
View File
@@ -3,13 +3,13 @@ services:
test-db:
image: postgres:17.2-alpine3.21
ports:
- 5430:5432
- 5431:5432
environment:
POSTGRES_DB: ${DB_NAME}
POSTGRES_PASSWORD: ${DB_PASS}
POSTGRES_USER: ${DB_USER}
expose:
- 5430
- 5431
volumes:
- test-db-data:/var/lib/postgresql/data
healthcheck: