From fce8a23d74a38165e3e4e1df6c6d5d8fe1e0e319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ma=CC=88der?= Date: Tue, 26 Dec 2017 23:03:02 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fixes=20port=20for=20nginx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #30 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f53c8a7..aea506f 100644 --- a/README.md +++ b/README.md @@ -20,17 +20,17 @@ $ docker-compose up -d ``` The application will be available after a few minutes. -Use `docker-compose port nginx 80` to find out where to connect to. +Use `docker-compose port nginx 8080` to find out where to connect to. ``` -$ echo "http://$(docker-compose port nginx 80)/" +$ echo "http://$(docker-compose port nginx 8080)/" http://0.0.0.0:32768/ # Open netbox in your default browser on macOS: -$ open "http://$(docker-compose port nginx 80)/" +$ open "http://$(docker-compose port nginx 8080)/" # Open netbox in your default browser on (most) linuxes: -$ xdg-open "http://$(docker-compose port nginx 80)/" &>/dev/null & +$ xdg-open "http://$(docker-compose port nginx 8080)/" &>/dev/null & ``` Alternatively, use something like [Reception][docker-reception] to