Expose port 22 for workspace ssh. Add private key for PHPStorm Windows users.

This commit is contained in:
larryeitel
2016-08-27 17:22:36 -06:00
parent 14b97caa57
commit d441427852
2 changed files with 48 additions and 0 deletions

View File

@ -44,6 +44,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"