Skip to content

Commit f452a4d

Browse files
authored
Merge pull request #9 from CottaCush/fixes/readme-updates
Readme and Docker Setup Fixes
2 parents 59f1340 + 9d13d37 commit f452a4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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": "*",

0 commit comments

Comments
 (0)