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: README.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,15 @@ To view the container log
38
38
$ make tail
39
39
```
40
40
41
-
If you already have services running on your host that are using any of these ports, you may wish to map the container
42
-
ports to whatever you want by changing left side number in the `--publish` parameters. You can omit ports you do not plan to use. Find more details about mapping ports in the Docker documentation on [Binding container ports to the host](https://docs.docker.com/engine/userguide/networking/default_network/binding/) and [Legacy container links](https://docs.docker.com/engine/userguide/networking/default_network/dockerlinks/).
41
+
If you already have services running on your host that are using any
42
+
of these ports, you may wish to map the container ports to whatever
43
+
you want by changing left side number in the `--publish` parameters,
44
+
or the 'ports' parameters in 'docker-compose.yml'. You can omit ports
45
+
you do not plan to use. Find more details about mapping ports in the
46
+
Docker documentation on [Binding container ports to the
0 commit comments