Skip to content

Commit 171cbf3

Browse files
committed
Update: Add instructions in readme about container name alternative
1 parent c13ac83 commit 171cbf3

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

bootcamp/materials/1-dimensional-data-modeling/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ There are two methods to get Postgres running locally.
8282
- If you navigate to **`http://localhost:5050`** you will be able to see the PGAdmin instance up and running and should be able to connect to the following server:
8383
![Image showing the setup for PGAdmin](.attachments/pgadmin-server.png)
8484
Where:
85-
- Host name: host.docker.internal
85+
- Host name: host.docker.internal (Or container name i.e my-postgres-container)
8686
- Port: 5432
8787
- Username: postgres
8888
- Password: postgres

0 commit comments

Comments
 (0)