Skip to content

Commit ca84854

Browse files
committed
fix HOST_PORT in docker compose file
1 parent b5004cc commit ca84854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootcamp/materials/1-dimensional-data-modeling/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- POSTGRES_USER=${POSTGRES_USER}
1212
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
1313
ports:
14-
- "${CONTAINER_PORT}:5432"
14+
- "${HOST_PORT}:5432"
1515
volumes:
1616
- ./:/bootcamp/
1717
- ./data.dump:/docker-entrypoint-initdb.d/data.dump

0 commit comments

Comments
 (0)