You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user/reference/linux.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,10 +30,10 @@ Travis CI Linux build images do utilize default open ports as follows:
30
30
31
31
53 for dns,
32
32
22 for ssh,
33
-
323 for ntp
33
+
323 for ntp,
34
34
68 for dhcp
35
35
36
-
On top of that, some of the services pre-installed in the build image or installed during execution of the build job execution as dependencies (e.g. database engine or docker) may occupy additrrional ports.
36
+
On top of that, some of the services pre-installed in the build image or installed during execution of the build job execution as dependencies (e.g. database engine or docker) may occupy additional ports.
37
37
Travis CI build image configuratione doesn't override such defaults.
38
38
39
39
If in any case during a build job you run into a situation a port you want to use is occupied/not available, please re-run the build using
0 commit comments