mirror of
https://github.com/cytopia/devilbox.git
synced 2025-02-11 13:16:06 +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:
|
You are up and running in three simple steps:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# (optional) check out latest stable release
|
||||||
|
$ git checkout $(git describe --abbrev=0 --tags)
|
||||||
|
|
||||||
# Copy the example configuration file
|
# Copy the example configuration file
|
||||||
$ cp env-example .env
|
$ cp env-example .env
|
||||||
|
|
||||||
@ -49,10 +52,7 @@ $ vim .env
|
|||||||
$ docker-compose up
|
$ docker-compose up
|
||||||
```
|
```
|
||||||
|
|
||||||
**Notes**
|
[What is the `.env` file?](https://docs.docker.com/compose/env-file/)
|
||||||
|
|
||||||
- [What is the `.env` file?](https://docs.docker.com/compose/env-file/)
|
|
||||||
- Checkout latest stable release: ` git checkout $(git describe --abbrev=0 --tags)`
|
|
||||||
|
|
||||||
## Video Tutorials
|
## Video Tutorials
|
||||||
|
|
||||||
|
@ -102,7 +102,7 @@ services:
|
|||||||
# PHP-FPM
|
# PHP-FPM
|
||||||
# ----------------------------------------
|
# ----------------------------------------
|
||||||
php:
|
php:
|
||||||
image: cytopia/${PHP_SERVER}:0.8
|
image: cytopia/${PHP_SERVER}:0.8.1
|
||||||
|
|
||||||
# Manually build via `docker-compose build`
|
# Manually build via `docker-compose build`
|
||||||
#build:
|
#build:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user