Skip to content

Commit 3936ee1

Browse files
authored
Merge pull request #21 from Halbes-Byte/chore/centralize-used-metadata
Fix docker compose
2 parents 671a4bd + 4c5abb1 commit 3936ee1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ services:
3737
POSTGRES_USER: ${KC_DB_USERNAME}
3838
POSTGRES_PASSWORD: ${KC_DB_PASSWORD}
3939
ports:
40+
- '5432:5432'
4041
######################################################
4142
volumes:
4243
postgres_data:

0 commit comments

Comments
 (0)