Commit aa7c52c4 authored by Philippe Trépanier's avatar Philippe Trépanier Committed by GitHub

Merge pull request #386 from dilone/master

update Workspace port to 2222
parents c02f1741 6eed8199
...@@ -26,7 +26,7 @@ services: ...@@ -26,7 +26,7 @@ services:
# 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: ports:
- "22:22" - "2222:22"
tty: true tty: true
### PHP-FPM Container ####################################### ### PHP-FPM Container #######################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment