Skip to content

Commit 7b435a6

Browse files
author
Manuel Morejón
committed
Update readme file.
1 parent 9860b75 commit 7b435a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ Requirements
2424

2525
We must **add virtual domains** in order to use each **api entry point**. By default we are using: **movies.local**, **bookings.local**, **users.local** and **showtimes.local**
2626

27-
**Virtual domains** has been defined in `docker-compose.yml` file and configured in `/etc/hosts` file. Example of `/etc/hosts` file:
27+
**Virtual domains** has been defined in `docker-compose.yml` file and configured in `/etc/hosts` file. Add the following line in your `/etc/hosts` file:
2828

2929
```
30-
127.0.0.1 movies.local, bookings.local, users.local, showtimes.local
30+
127.0.0.1 movies.local bookings.local users.local showtimes.local
3131
```
3232

3333
Starting services

0 commit comments

Comments
 (0)