From d0d7ae76734fde9ce5948c590f2cb8ca539ea8a7 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 14 Nov 2018 18:35:38 +0100 Subject: [PATCH] update default port --- README.rst | 2 +- {hooks.tmp => hooks}/post_checkout | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {hooks.tmp => hooks}/post_checkout (100%) diff --git a/README.rst b/README.rst index 75ddc25f..b49407c6 100644 --- a/README.rst +++ b/README.rst @@ -152,7 +152,7 @@ and edit your own local_settings, especially the SECRET_KEY parameter. Then:: which builds, (re)creates, starts, and attaches all containers. -Then browse the app at http://localhost:9001/ +Then browse the app at http://localhost:9051/ On MacOS or Windows, you maybe need to replace 'localhost' by the IP given by the docker terminal. diff --git a/hooks.tmp/post_checkout b/hooks/post_checkout similarity index 100% rename from hooks.tmp/post_checkout rename to hooks/post_checkout -- 2.39.5