File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
bootcamp/materials/1-dimensional-data-modeling Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,9 @@ There are two methods to get Postgres running locally.
77
77
docker compose up -d
78
78
```
79
79
80
- - A folder named **`postgres-data`** will be created in the root of the repo. The data backing your Postgres instance will be saved here.
80
+ - Two volumes will be created:
81
+ - **`1-dimensional-data-modeling_postgres-data`** The data backing your Postgres instance will be saved here.
82
+ - **`1-dimensional-data-modeling_pgadmin-data`** The data backing your PGAdmin instance will be saved here.
81
83
- You can check that your Docker Compose stack is running by either:
82
84
- Going into Docker Desktop: you should see an entry there with a drop-down for each of the containers running in your Docker Compose stack.
83
85
- Running **`docker ps -a`** and looking for the containers with the name **`postgres`**.
You can’t perform that action at this time.
0 commit comments