Skip to content

Commit

Permalink
also add the dns attribute to the workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
johanvanhelden committed Nov 24, 2016
1 parent dc186b8 commit 3ac3c7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

### Changed

- Add the dns option to the workspace image to fix dns issues on OSX.
- Add a better update section to the readme.
- Increased xdebug dumping depth to show everything when dumping data. (php-5.6-fpm image)
- Ensure all e-mail is caught by Mailhog by default and update the readme to reflect this change. (php-5.6-fpm image)
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
- ./../:/var/www/projects
- /etc/localtime:/etc/localtime:ro
tty: true
dns: 8.8.8.8

php:
container_name: dockerhero_php
Expand Down

0 comments on commit 3ac3c7a

Please sign in to comment.