We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0ee55c + ca84854 commit 9505decCopy full SHA for 9505dec
bootcamp/materials/1-dimensional-data-modeling/docker-compose.yml
@@ -11,7 +11,7 @@ services:
11
- POSTGRES_USER=${POSTGRES_USER}
12
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
13
ports:
14
- - "${CONTAINER_PORT}:5432"
+ - "${HOST_PORT}:5432"
15
volumes:
16
- ./:/bootcamp/
17
- ./data.dump:/docker-entrypoint-initdb.d/data.dump
0 commit comments