We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e392b9 commit 67a5cd9Copy full SHA for 67a5cd9
docs/developer/installation.rst
@@ -46,7 +46,7 @@ Start Redis and InfluxDB using Docker:
46
47
.. code-block:: shell
48
49
- docker-compose up -d redis influxdb
+ docker compose up -d redis influxdb
50
51
Setup and activate a virtual-environment. (we'll be using `virtualenv
52
<https://pypi.org/project/virtualenv/>`_)
@@ -153,10 +153,10 @@ Build from the Dockerfile:
153
154
155
156
- docker-compose build
+ docker compose build
157
158
Run the docker container:
159
160
161
162
- docker-compose up
+ docker compose up
0 commit comments