Skip to content

Commit ecc4e06

Browse files
authored
Merge pull request laradock#432 from philtrep/port-already-allocated
Added 'port is already allocated' error to the docs debugging section
2 parents 380178e + 8b09149 commit ecc4e06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1352,9 +1352,9 @@ Use `http://127.0.0.1` instead of `http://localhost` in your browser.
13521352

13531353

13541354

1355-
#### I see an error message containing `address already in use`
1355+
#### I see an error message containing `address already in use` or `port is already allocated`
13561356

1357-
Make sure the ports for the services that you are trying to run (80, 3306, etc.) are not being used already by other programs, such as a built in `apache`/`httpd` service or other development tools you have installed.
1357+
Make sure the ports for the services that you are trying to run (22, 80, 443, 3306, etc.) are not being used already by other programs on the host, such as a built in `apache`/`httpd` service or other development tools you have installed.
13581358

13591359

13601360

0 commit comments

Comments
 (0)