mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-29 15:44:04 +00:00
DVL-005 changing service combinations
This commit is contained in:
parent
311505beec
commit
9b19cc0cf7
@ -67,8 +67,8 @@ set_host_port_pgsql "54320"
|
||||
###
|
||||
### Docker default versions to use
|
||||
###
|
||||
_httpd="apache-2.2"
|
||||
_mysql="mariadb-10.2"
|
||||
_httpd="nginx-stable"
|
||||
_mysql="mariadb-10.1"
|
||||
_pgsql="9.6"
|
||||
_php="php-fpm-7.0"
|
||||
|
||||
|
@ -87,6 +87,8 @@ No need to install and configure different versions locally. Simply choose your
|
||||
| | [![Build Status](https://travis-ci.org/cytopia/docker-mariadb-10.1.svg?branch=master)](https://travis-ci.org/cytopia/docker-mariadb-10.1) [MariaDB 10.1](https://github.com/cytopia/docker-mariadb-10.1) | | [![Build Status](https://travis-ci.org/cytopia/docker-hhvm-latest.svg?branch=master)](https://travis-ci.org/cytopia/docker-hhvm-latest) [HHVM latest](https://github.com/cytopia/docker-hhvm-latest)
|
||||
| | [![Build Status](https://travis-ci.org/cytopia/docker-mariadb-10.2.svg?branch=master)](https://travis-ci.org/cytopia/docker-mariadb-10.2) [MariaDB 10.2](https://github.com/cytopia/docker-mariadb-10.2) | |
|
||||
|
||||
<sub>**Incompatible choices:**<sub><br/>
|
||||
<sub>- Apache 2.2 and HHVM do not work together</sub>
|
||||
|
||||
**Optional NoSQL stack**
|
||||
|
||||
|
@ -63,8 +63,8 @@ LOCAL_LISTEN_ADDR=127.0.0.1:
|
||||
### 1.1 Choose HTTP Server Image
|
||||
###
|
||||
#HTTPD_SERVER=apache-2.2
|
||||
HTTPD_SERVER=apache-2.4
|
||||
#HTTPD_SERVER=nginx-stable
|
||||
#HTTPD_SERVER=apache-2.4
|
||||
HTTPD_SERVER=nginx-stable
|
||||
#HTTPD_SERVER=nginx-mainline
|
||||
|
||||
###
|
||||
|
Loading…
x
Reference in New Issue
Block a user