Skip to content

Commit 351c143

Browse files
authored
Merge pull request #71 from plessbd/update-reqs
Note about ports not available
2 parents d292f85 + 7f23da5 commit 351c143

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

docs/requirements.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,23 @@ For this tutorial you will need to have **12GB of free disk space** and git, doc
66
- docker version 19.03.8+
77
- docker-compose 1.25.2+
88

9-
109
NOTE: For Windows, if you haven't already done so, you will need to configure git not to convert line endings into Windows format. Run this command using the git-bash shell application before cloning the tutorial repo:
1110

1211
```
1312
git config --global core.autocrlf input
1413
```
1514

15+
The following ports must be open and available:
16+
17+
- 2443
18+
- 3443
19+
- 4443
20+
- 5554
21+
- 6222
22+
23+
If they are not you might see an error like:
24+
`Cannot start service X: Ports are not available`
25+
1626
### Install & Start Docker
1727

1828
https://docs.docker.com/engine/install/

0 commit comments

Comments
 (0)