remove port 22 from php-fpm because of conflict

This commit is contained in:
larryeitel 2016-09-02 10:38:15 -06:00
parent 3473b788cf
commit d684cb4742

View File

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