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

This commit is contained in:
larryeitel
2016-08-27 16:54:39 -06:00
parent 14b97caa57
commit 227c8da17c
2 changed files with 48 additions and 0 deletions

View File

@@ -21,6 +21,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"
tty: true
### PHP-FPM Container #######################################