Skip to content

Commit

Permalink
migrate to docker 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Nov 15, 2015
1 parent 7df44ef commit 0a4f0f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
\}
```
Expand Down
2 changes: 1 addition & 1 deletion bin/docker-init
Original file line number Diff line number Diff line change
Expand Up @@ -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

2 changes: 1 addition & 1 deletion php/xdebug.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a4f0f1

Please sign in to comment.