diff --git a/localdev/local_development.md b/localdev/local_development.md index 8f8405facf6f4f72ba28f8015bf8fc84c7438248..08b35cdda91170ff6ffb4bc0aed32e6aef5653d5 100644 --- a/localdev/local_development.md +++ b/localdev/local_development.md @@ -29,11 +29,13 @@ To simply start build and run all the containers, make sure you are in the /loca ``` docker-compose up ``` +or `docker compose up` if you're not using the docker-compose plugin. If you're not developing locally, use the following command to run the containers in the background. Reload will not work this way. ``` -docker-compmose up -d +docker-compose up -d ``` +or `docker compose up -d` if not using the docker-compose plugin. ## Helpful Docker Commands `docker ps` shows the running containers.