From 839f671c14f875eecd20ad282d0615da21bff855 Mon Sep 17 00:00:00 2001 From: Alina Beck Date: Wed, 25 Sep 2019 16:51:35 +0100 Subject: [PATCH] Apply suggestions from code review --- backend/README.md | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/README.md b/backend/README.md index 41020116b..70506c68d 100644 --- a/backend/README.md +++ b/backend/README.md @@ -107,7 +107,7 @@ The output should look similar to this: ![Storybook output](../.gitbook/assets/storybook-output.png) -Click on the link http://172.18.0.6:3002/ to open the browser to your interactive storybook. +Click on the link http://localhost:3002/ to open the browser to your interactive storybook. {% endtab %} diff --git a/docker-compose.yml b/docker-compose.yml index 341c66885..6a7d21c45 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,7 @@ services: - "BUILD_COMMIT=${TRAVIS_COMMIT}" ports: - 3000:3000 - - 3502:3502 + - 3002:3002 networks: - hc-network depends_on: