Skip to content

Commit 08d30e9

Browse files
authored
Merge pull request #2 from santosomar/patch-1
Fixing docker-compose command example
2 parents 916c29e + 1da8cfc commit 08d30e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/getting-started.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Launch the network using docker-compose
4545

4646
::
4747

48-
docker-compose -f ocker-compose.yaml up -d --build
48+
docker-compose -f docker-compose.yaml up -d --build
4949

5050
Once you run this command, the images will be built from the source code
5151
and then the containers will be up and running. You can check the status
@@ -631,4 +631,4 @@ Kubernetes
631631
==========
632632

633633

634-
Learn how to deploy each service using helm using the READMEs provided in the `deployments repository <https://github.com/DBOMproject/deployments>`__
634+
Learn how to deploy each service using helm using the READMEs provided in the `deployments repository <https://github.com/DBOMproject/deployments>`__

0 commit comments

Comments
 (0)