Skip to content

Commit 7333abb

Browse files
committed
fix: change mapping ports; remove command from postgres service
1 parent 182a3de commit 7333abb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

stk.docker-compose.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ services:
1010
POSTGRES_DB: ${POSTGRES_DB:-stkdb}
1111
LC_ALL: ${LC_ALL:-C.UTF-8}
1212
ports:
13-
- "${DB_PORT:-5439}:${DB_PORT:-5439}"
14-
command: -p "${DB_PORT:-5439}"
13+
- "5432:${DB_PORT:-5439}"
1514
healthcheck:
1615
test:
1716
[

0 commit comments

Comments
 (0)