Skip to content

Commit 905d40f

Browse files
committed
fix: replace ports
1 parent 7333abb commit 905d40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stk.docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
POSTGRES_DB: ${POSTGRES_DB:-stkdb}
1111
LC_ALL: ${LC_ALL:-C.UTF-8}
1212
ports:
13-
- "5432:${DB_PORT:-5439}"
13+
- "${DB_PORT:-5439}:5432"
1414
healthcheck:
1515
test:
1616
[

0 commit comments

Comments
 (0)