Skip to content

Commit

Permalink
Open postgres port.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbub committed Jun 18, 2021
1 parent 4bb3d0d commit 8b74f7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ services:
postgres:
image: "postgres:12.3-alpine"
restart: always
ports:
- "5432:5432"
environment:
POSTGRES_USER: "postgres"
POSTGRES_PASSWORD: "postgres"
Expand Down

0 comments on commit 8b74f7c

Please sign in to comment.