X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=README.md;h=10b6f1abd4186f5f32a0de0c4c6a786d06eb7b65;hb=b56a2bd7d4d723acb4697885b98b3c6341b36746;hp=de611ea659063311641b551fad7e8ad14b9c6f79;hpb=f2e9d32eda52d6b268f1202fd0dc13246cea503f;p=discourse_docker.git diff --git a/README.md b/README.md index de611ea..10b6f1a 100644 --- a/README.md +++ b/README.md @@ -99,9 +99,10 @@ This template is "composed" out of all these child templates, this allows for a ``` expose: - "2222:22" + - "127.0.0.1:20080:80" ``` -Expose port 22 inside the container on port 2222 on ALL local host interfaces. +Expose port 22 inside the container on port 2222 on ALL local host interfaces. In order to bind to only one interface, you may specify the host's IP address as `([:[host_port]])|():][/udp]` as defined in the [docker port binding documentation](http://docs.docker.io/en/latest/use/port_redirection/) #### volumes: @@ -162,3 +163,4 @@ installs you can ensure they are in sync by looking at `/etc/passwd` and ### Advanced topics - [Setting up SSL with Discourse Docker](https://meta.discourse.org/t/allowing-ssl-for-your-discourse-docker-setup/13847) +- [Multisite configuration with Docker](https://meta.discourse.org/t/multisite-configuration-with-docker/14084)