Skip to content

Commit ea48095

Browse files
committed
1 parent e06ecb7 commit ea48095

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
HOST=127.0.0.1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ In the project directory, first run `yarn install` to set up dependencies, then
122122
**`yarn start`**
123123

124124
Runs the app in the development mode.\
125-
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
125+
Open [http://127.0.0.1:3000](http://127.0.0.1:3000) to view it in the browser.
126126

127127
The page will reload if you make edits.\
128128
You will also see any lint errors in the console.
@@ -184,7 +184,7 @@ To build and run Exportify with docker, run:
184184

185185
**`docker run -p 3000:3000 exportify`**
186186

187-
And then open [http://localhost:3000](http://localhost:3000) to view it in the browser.
187+
And then open [http://127.0.0.1:3000](http://127.0.0.1:3000) to view it in the browser.
188188

189189
## Contributing
190190

0 commit comments

Comments
 (0)