You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit addresses potential confusion around a folder being created in the root of the repo, which is not the case.
Volumes are created from the given docker-compose.yml. After 'docker compose up -d', the two volumes can be listed with the command 'docker volume ls':
DRIVER VOLUME NAME
local 1-dimensional-data-modeling_pgadmin-data
local 1-dimensional-data-modeling_postgres-data
0 commit comments