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: