From d684cb4742b609f305cd6a339c370e1d57f2f95a Mon Sep 17 00:00:00 2001 From: larryeitel Date: Fri, 2 Sep 2016 10:38:15 -0600 Subject: [PATCH] remove port 22 from php-fpm because of conflict --- docker-compose.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 76892f11..26e55ce4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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"