Skip to content

Commit

Permalink
remove localhost from readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
m-elewa committed May 30, 2020
1 parent 800003f commit ddac142
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ You can now login with `[email protected]` and password as `password`
- run `make test-database` to create `test` database for tests
- run `make test` to test the application
- run `make seed` to drop all tables then migrate and seed the database
- for Laravel Telescope go to `localhost/telescope`
- for Laravel Horizon go to `localhost/horizon`
- for Portainer go to `localhost:9010`
- for phpMyAdmin go to `localhost:8080`
- for Laravel Telescope go to `https//{YOURDOMAIN.COM}/telescope`
- for Laravel Horizon go to `https//{YOURDOMAIN.COM}/horizon`
- for Portainer go to `{YOURDOMAIN.COM}:9010`
- for phpMyAdmin go to `{YOURDOMAIN.COM}:8080`
- to enter the Workspace container run `make bash` or
```
docker-compose exec --user=laradock workspace bash
Expand Down

0 comments on commit ddac142

Please sign in to comment.