From 0a4f0f115a52cd6d43b61bd225c13b70b0134d33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sun, 15 Nov 2015 18:11:21 +0100 Subject: [PATCH] migrate to docker 1.9 --- README.md | 2 +- bin/docker-init | 2 +- php/xdebug.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4f2a7b8..d8ba131 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ configuration will look like this: ```viml let g:vdebug_options= { -\ "server": '172.17.42.1', +\ "server": '172.17.0.1', \ "path_maps": {"/srv": "/home/username/path/to/code"} \} ``` diff --git a/bin/docker-init b/bin/docker-init index c055e41..a332932 100755 --- a/bin/docker-init +++ b/bin/docker-init @@ -13,6 +13,6 @@ then docker start dns_dock else docker run --detach=true --volume=/var/run/docker.sock:/var/run/docker.sock \ - --publish=172.17.42.1:53:53/udp --name dns_dock tonistiigi/dnsdock + --publish=172.17.0.1:53:53/udp --name dns_dock tonistiigi/dnsdock fi diff --git a/php/xdebug.ini b/php/xdebug.ini index f1c228b..93276dc 100644 --- a/php/xdebug.ini +++ b/php/xdebug.ini @@ -178,7 +178,7 @@ xdebug.remote_handler=dbgp ; Selects the host where the debug client is running, you can either use a host ; name or an IP address. -xdebug.remote_host=172.17.42.1 +xdebug.remote_host=172.17.0.1 ; If set to a value, it is used as filename to a file to which all remote debugger ; communications are logged. The file is always opened in append-mode, and will