diff --git a/bootcamp/materials/1-dimensional-data-modeling/README.md b/bootcamp/materials/1-dimensional-data-modeling/README.md index 5a6ec748..5de67e97 100644 --- a/bootcamp/materials/1-dimensional-data-modeling/README.md +++ b/bootcamp/materials/1-dimensional-data-modeling/README.md @@ -147,6 +147,8 @@ There are two methods to get Postgres running locally. - to kill rest of extra services use ```taskkill /PID /F``` - Mac - use the command on terminal to check port availability ```lsof -i :5432``` - to kill rest of extra services use ```kill -9 ``` + + - Try replacing the host with the IP address of the Docker container running the PostgreSQL instance. You can find the IP address by running `docker inspect ` #### 💡 Additional Docker Make commands