diff --git a/docs/installation/docker/production_version.md b/docs/installation/docker/production_version.md index 81ca1d7..469e0ec 100644 --- a/docs/installation/docker/production_version.md +++ b/docs/installation/docker/production_version.md @@ -35,7 +35,7 @@ nano docker-compose.yml **Pull images and start services** ```bash -docker-compose up -d +docker compose up -d ``` :::tip