Expose port 22 for workspace ssh. Add private key for PHPStorm Windows users.
This commit is contained in:
@@ -21,6 +21,8 @@ services:
|
||||
extra_hosts:
|
||||
# IMPORTANT: Replace with your Docker Host IP (will be appended to /etc/hosts)
|
||||
- "dockerhost:10.0.75.1"
|
||||
ports:
|
||||
- "22:22"
|
||||
tty: true
|
||||
|
||||
### PHP-FPM Container #######################################
|
||||
|
||||
Reference in New Issue
Block a user