Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Commit 546940f

Browse files
author
Iran R
committed
Open up postgress instance port
1 parent d81719c commit 546940f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ services:
33
db:
44
image: postgres:12.2-alpine
55
restart: always
6+
ports:
7+
- '54321:5432'
68
environment:
79
- POSTGRES_USER=root
810
- POSTGRES_PASSWORD=abc123

0 commit comments

Comments
 (0)