mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-29 15:44:04 +00:00
Bind PHP docker to hotfix release v0.8.1
This commit is contained in:
parent
1cce1c91c1
commit
b85dda99d9
@ -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
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user