From e6bd5dfc22b0f1132ff4e5a0b3256a8ef04076b5 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Tue, 1 Oct 2024 10:12:40 +0200 Subject: [PATCH] change file name --- dev-env/local_dwh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-env/local_dwh.md b/dev-env/local_dwh.md index bcbb17a..c90f039 100644 --- a/dev-env/local_dwh.md +++ b/dev-env/local_dwh.md @@ -30,7 +30,7 @@ The setup will consist on preparing: - Make a copy of the `.env-example` file in this same folder and name it `.env`. Fill it in with a password for your local database user. - Start WSL - Start Docker Desktop - - Visit this directory from a WSL terminal and run the command: `docker compose -f dev-dwh.docker-compose.yml up -d` + - Visit this directory from a WSL terminal and run the command: `docker compose -f local-dwh.docker-compose.yml up -d` - You should see the local DWH container now running in Docker Desktop. If not, something went wrong. - Connect to the server with DBeaver or whatever database manager you are using. - Create two databases named `dwh` and `dwh_hybrid`.