Merge pull request #185 from cytopia/release-0-12-1

Release v0.12.1
This commit is contained in:
cytopia 2018-01-31 17:14:08 +01:00 committed by GitHub
commit 34e946e50f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -13,8 +13,8 @@ error_reporting(-1);
putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1'); putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
$DEVILBOX_VERSION = 'v0.12'; $DEVILBOX_VERSION = 'v0.12.1';
$DEVILBOX_DATE = '2017-12-07'; $DEVILBOX_DATE = '2018-01-30';
$DEVILBOX_API_PAGE = 'devilbox-api/status.json'; $DEVILBOX_API_PAGE = 'devilbox-api/status.json';
// //

View File

@ -31,7 +31,7 @@ services:
# Bind (DNS Server) # Bind (DNS Server)
# ------------------------------------------------------------ # ------------------------------------------------------------
bind: bind:
image: cytopia/bind:latest image: cytopia/bind:0.11
restart: always restart: always
ports: ports:
# [local-machine:]local-port:docker-port # [local-machine:]local-port:docker-port