From c12bc31824b8c69b6f3c8cbb7b23b796f0f308ca Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Wed, 8 Oct 2014 15:51:58 +0300 Subject: [PATCH] Fix forgotten path to old location, remove extra bracket, change docker docs url. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b07f1a0..3254e46 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ expose: - "127.0.0.1:20080:80" ``` -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/) +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.com/userguide/dockerlinks/) #### volumes: @@ -95,7 +95,7 @@ Expose port 22 inside the container on port 2222 on ALL local host interfaces. I ``` volumes: - volume: - host: /var/docker/shared + host: /var/discourse/shared guest: /shared ``` -- 2.25.1