Merge pull request #264 from LarryEitel/expose-port-22-in-workspace-add-insecure_id_rsa_ppk

expose-port-22-in-workspace-add-insecure_id_rsa_ppk
This commit is contained in:
Mahmoud Zalt
2016-08-30 11:06:16 +03:00
committed by GitHub
2 changed files with 48 additions and 0 deletions

View File

@ -45,6 +45,8 @@ services:
extra_hosts:
# IMPORTANT: Replace with your Docker Host IP (will be appended to /etc/hosts)
- "dockerhost:10.0.75.1"
ports:
- "22:22"
environment:
# IMPORTANT: Set the Remote Interpreter entry matching name to `laravel`
- PHP_IDE_CONFIG="serverName=laravel"