Skip to content

Commit

Permalink
Renamed default docker-compose.yml to docker-compose-develop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mblaschke committed Oct 19, 2015
1 parent d0b929c commit a9810fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You can use my [Vagrant Development VM](https://github.com/mblaschke/vagrant-dev

## Table of contents

- [Installation and requirements](/documentation/INSTALL.md)
- [First steps / Installation and requirements](/documentation/INSTALL.md)
- [Updating docker boilerplate](/documentation/UPDATE.md)
- [Customizing](/documentation/CUSTOMIZE.md)
- [Services (Webserver, MySQL... Ports, Users, Passwords)](/documentation/SERVICES.md)
Expand All @@ -56,6 +56,8 @@ Thanks for your support, ideas and issues.
- [Philipp Kitzberger](https://github.com/Kitzberger)
- [Stephan Ferraro](https://github.com/ferraro)
- [Cedric Ziel](https://github.com/cedricziel)
- [Elmar Hinz](https://github.com/elmar-hinz)


Thanks to [cron IT GmbH](http://www.cron.eu/) for inspiration.

Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions documentation/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@ git clone --recursive https://github.com/webdevops/php-docker-boilerplate.git pr

cd projectname

# for local development (shared volumes)
cp docker-compose-development.yml docker-compose.yml

docker-compose up -d
```

0 comments on commit a9810fc

Please sign in to comment.