mirror of
https://github.com/cytopia/devilbox.git
synced 2025-02-21 01:42:14 +00:00
Fixes #463 Use new HTTP container that properly read global vhost-gen config
This commit is contained in:
parent
bd12669b88
commit
1c846d4e5b
@ -14,7 +14,7 @@ putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
|
||||
|
||||
|
||||
$DEVILBOX_VERSION = 'v0.15';
|
||||
$DEVILBOX_DATE = '2019-01-06';
|
||||
$DEVILBOX_DATE = '2019-01-07';
|
||||
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
|
||||
|
||||
//
|
||||
|
@ -210,7 +210,7 @@ services:
|
||||
# Web Server
|
||||
# ------------------------------------------------------------
|
||||
httpd:
|
||||
image: devilbox/${HTTPD_SERVER}:0.26
|
||||
image: devilbox/${HTTPD_SERVER}:0.27
|
||||
hostname: httpd
|
||||
|
||||
environment:
|
||||
|
Loading…
x
Reference in New Issue
Block a user