Skip to content

Commit 67a5cd9

Browse files
committed
[docs] Updated docker compose instruction to v3
1 parent 5e392b9 commit 67a5cd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/developer/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Start Redis and InfluxDB using Docker:
4646

4747
.. code-block:: shell
4848
49-
docker-compose up -d redis influxdb
49+
docker compose up -d redis influxdb
5050
5151
Setup and activate a virtual-environment. (we'll be using `virtualenv
5252
<https://pypi.org/project/virtualenv/>`_)
@@ -153,10 +153,10 @@ Build from the Dockerfile:
153153

154154
.. code-block:: shell
155155
156-
docker-compose build
156+
docker compose build
157157
158158
Run the docker container:
159159

160160
.. code-block:: shell
161161
162-
docker-compose up
162+
docker compose up

0 commit comments

Comments
 (0)