Skip to content

Commit aa7c52c

Browse files
authored
Merge pull request laradock#386 from dilone/master
update Workspace port to 2222
2 parents c02f174 + 6eed819 commit aa7c52c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
# IMPORTANT: Replace with your Docker Host IP (will be appended to /etc/hosts)
2727
- "dockerhost:10.0.75.1"
2828
ports:
29-
- "22:22"
29+
- "2222:22"
3030
tty: true
3131

3232
### PHP-FPM Container #######################################

0 commit comments

Comments
 (0)