Skip to content

Commit 081895d

Browse files
committed
Changed postgres port
1 parent e7bda0b commit 081895d

File tree

1 file changed

+2
-2
lines changed
  • bootcamp/materials/1-dimensional-data-modeling

1 file changed

+2
-2
lines changed

bootcamp/materials/1-dimensional-data-modeling/example.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ POSTGRES_USER=postgres
33
POSTGRES_DB=postgres
44
POSTGRES_PASSWORD=postgres
55

6-
HOST_PORT=5432
7-
CONTAINER_PORT=5432
6+
HOST_PORT=5433
7+
CONTAINER_PORT=5433
88

99
DOCKER_CONTAINER=my-postgres-container
1010
DOCKER_IMAGE=my-postgres-image

0 commit comments

Comments
 (0)