Skip to content

Commit 78b0126

Browse files
prabashbalahansl
authored andcommitted
docs: update readme - add how to change hostname
1 parent e7ba9ce commit 78b0126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Navigate to `http://localhost:4200/`. The app will automatically reload if you c
7878
You can configure the default HTTP port and the one used by the LiveReload server with two command-line options :
7979

8080
```bash
81-
ng serve --port 4201 --live-reload-port 49153
81+
ng serve --host 0.0.0.0 --port 4201 --live-reload-port 49153
8282
```
8383

8484
### Generating Components, Directives, Pipes and Services

0 commit comments

Comments
 (0)