Merge pull request #269 from LarryEitel/expose-port-22-and-add-insecure_id_rsa_ppk

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

View File

@ -22,6 +22,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 #######################################