Skip to content

Commit 1da8cfc

Browse files
authored
Fixing docker-compose command example
Fixing a small typo in the docker-compose command `docker-compose -f docker-compose.yaml up -d --build`
1 parent 916c29e commit 1da8cfc

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)