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 7333abb commit 905d40fCopy full SHA for 905d40f
stk.docker-compose.yaml
@@ -10,7 +10,7 @@ services:
10
POSTGRES_DB: ${POSTGRES_DB:-stkdb}
11
LC_ALL: ${LC_ALL:-C.UTF-8}
12
ports:
13
- - "5432:${DB_PORT:-5439}"
+ - "${DB_PORT:-5439}:5432"
14
healthcheck:
15
test:
16
[
0 commit comments