Skip to content

Commit 7f586fb

Browse files
authored
Update example.env
1 parent bdb8b7f commit 7f586fb

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

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

6-
HOST_PORT=5434
7-
CONTAINER_PORT=5431
6+
HOST_PORT=5432
7+
CONTAINER_PORT=5432
88

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

1212
PGADMIN_EMAIL=[email protected]
1313
PGADMIN_PASSWORD=postgres
14-
PGADMIN_PORT=5050
14+
PGADMIN_PORT=5050

0 commit comments

Comments
 (0)