Merge pull request #386 from dilone/master

update Workspace port to 2222
This commit is contained in:
Philippe Trépanier 2016-10-24 14:44:08 -04:00 committed by GitHub
commit aa7c52c42e

View File

@ -26,7 +26,7 @@ services:
# IMPORTANT: Replace with your Docker Host IP (will be appended to /etc/hosts)
- "dockerhost:10.0.75.1"
ports:
- "22:22"
- "2222:22"
tty: true
### PHP-FPM Container #######################################