From 14691347353497b93d200c67e3fa359b2dcd8323 Mon Sep 17 00:00:00 2001 From: Nikita Tsukanov Date: Tue, 13 Oct 2015 20:53:10 +0300 Subject: [PATCH] Fix for #4 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8664327..002844c 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ You also need some RAM for youtrack, but I can't really tell how much. Maybe abo 5. Run it! (Stop with CTRL-C, repeat at pleasure) - `docker run --volumes-from youtrack-data-container -p 127.0.0.1:8080:8000 --rm youtrack` + `docker run --volumes-from youtrack-data-container -p 127.0.0.1:8080:80 --rm youtrack` Now open your browser and point it to `http://localhost:8080` and rejoice. :) @@ -48,11 +48,11 @@ The last commands parameters might have to be adjusted a little, so I'll explain This makes youtrack use your data. Handle with care. -`-p 127.0.0.1:8080:8000` +`-p 127.0.0.1:8080:80` -This makes the port 8000 that youtrack listens at available to 127.0.0.1 on port 8080. +This makes the port 80 that youtrack listens at available to 127.0.0.1 on port 8080. If you want to directly expose it, remove `127.0.0.1:`. If you want to change the port, change `8080`. Don't change -`8000`, it depends on internal stuff. +`80`, it depends on internal stuff. `--rm`