We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c7289 commit 90f0265Copy full SHA for 90f0265
docker-compose.yml
@@ -6,7 +6,7 @@ services:
6
POSTGRES_PASSWORD: ${DB_PASSWORD}
7
POSTGRES_DB: ${DB_NAME}
8
ports:
9
- - "5432:5432"
+ - "${DB_PORT}:5432"
10
volumes:
11
- postgres_data:/var/lib/postgresql/data
12
0 commit comments