update port to 2222 - no conflict linux

This commit is contained in:
Dilone 2016-10-24 03:58:03 -04:00
parent c02f17417f
commit 6eed8199df

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 #######################################