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
Change into the project directory using the following command:
15
+
16
+
```bash
17
+
cd implementing-logging-using-nodejs-elasticsearch-kibina-and-docker
18
+
```
19
+
20
+
3.**Running the Project Locally:**
21
+
22
+
Run the project using belwo command:
23
+
```
24
+
docker compose up
25
+
```
26
+
27
+
Above command will take few minutes to build the docker images and run the containers. Once, docker containers are up and running, following containers endpoint should be accessable via browser.
0 commit comments