diff --git a/docker-compose.yml b/docker-compose.yml index 08d2e7f2..a3b4eadf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 #######################################