File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ Inspired by [yii2-dockerized](https://github.com/codemix/yii2-dockerized/blob/ma
9191### Running Containers
9292- Ensure docker is running
9393- 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 `
94+ - Run the command ` docker-compose up `
95+ - To rebuild the containers after updates to docker config files, run ` docker-compose up --build `
9696
9797### Entering Container CLI
9898- Run the command ` docker ps `
Original file line number Diff line number Diff line change 66 "license" : " MIT" ,
77 "minimum-stability" : " stable" ,
88 "require" : {
9- "php" : " ~5.5.0 |~7.0" ,
9+ "php" : " ~5.5|~7.0" ,
1010 "yiisoft/yii2" : " >=2.0.8" ,
1111 "yiisoft/yii2-bootstrap" : " *" ,
1212 "yiisoft/yii2-swiftmailer" : " *" ,
You can’t perform that action at this time.
0 commit comments