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 eda66f7 commit 9d13d37Copy full SHA for 9d13d37
README.md
@@ -91,8 +91,8 @@ Inspired by [yii2-dockerized](https://github.com/codemix/yii2-dockerized/blob/ma
91
### Running Containers
92
- Ensure docker is running
93
- Change directory to project directory
94
-- Run the command `docker-compoose up`
95
-- To rebuild the containers after updates to docker config files, run `docker-composer up --build`
+- Run the command `docker-compose up`
+- To rebuild the containers after updates to docker config files, run `docker-compose up --build`
96
97
### Entering Container CLI
98
- Run the command `docker ps`
0 commit comments