Skip to content

Commit 7a275f0

Browse files
committed
correct docker compose command
1 parent d27f8d0 commit 7a275f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/how-to-update.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ In the directory where you have the `docker-compose.yml` file:
4242

4343
.. code-block:: bash
4444
45-
docker-compose pull
46-
docker-compose down
47-
docker-compose up -d
45+
docker compose pull
46+
docker compose down
47+
docker compose up -d
4848
4949
STEP 3: Run the database migration
5050
==================================

0 commit comments

Comments
 (0)