Merge pull request #278 from LarryEitel/remove-port-22-from-docker-compose-php-fpm

remove port 22 from php-fpm because of conflict
This commit is contained in:
Mahmoud Zalt 2016-09-04 05:22:30 -04:00 committed by GitHub
commit 91f1d4347c

View File

@ -49,8 +49,6 @@ services:
extra_hosts: extra_hosts:
# IMPORTANT: Replace with your Docker Host IP (will be appended to /etc/hosts) # IMPORTANT: Replace with your Docker Host IP (will be appended to /etc/hosts)
- "dockerhost:10.0.75.1" - "dockerhost:10.0.75.1"
ports:
- "22:22"
environment: environment:
# IMPORTANT: Set the Remote Interpreter entry matching name to `laravel` # IMPORTANT: Set the Remote Interpreter entry matching name to `laravel`
- PHP_IDE_CONFIG="serverName=laravel" - PHP_IDE_CONFIG="serverName=laravel"