Bind PHP docker to hotfix release v0.8.1

This commit is contained in:
cytopia 2016-11-06 17:22:29 +01:00
parent 1cce1c91c1
commit b85dda99d9
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
2 changed files with 5 additions and 5 deletions

View File

@ -39,6 +39,9 @@ Configuration is not necessary, as everything is pre-setup with mass virtual hos
You are up and running in three simple steps:
```bash
# (optional) check out latest stable release
$ git checkout $(git describe --abbrev=0 --tags)
# Copy the example configuration file
$ cp env-example .env
@ -49,10 +52,7 @@ $ vim .env
$ docker-compose up
```
**Notes**
- [What is the `.env` file?](https://docs.docker.com/compose/env-file/)
- Checkout latest stable release: ` git checkout $(git describe --abbrev=0 --tags)`
[What is the `.env` file?](https://docs.docker.com/compose/env-file/)
## Video Tutorials

View File

@ -102,7 +102,7 @@ services:
# PHP-FPM
# ----------------------------------------
php:
image: cytopia/${PHP_SERVER}:0.8
image: cytopia/${PHP_SERVER}:0.8.1
# Manually build via `docker-compose build`
#build: