Skip to content

Commit 55ab9ae

Browse files
committed
Fix typo, and add the traefik dashboard link to the readme
1 parent c25df2d commit 55ab9ae

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

Diff for: README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44

55
## Why?
66

7-
Are you running multiple docker containers/projects? Then it's very likely that you struggle with the port numbers
8-
that needs to be assigned to every container. This projects gives you an easy way to add local domain names to
7+
Are you running multiple docker containers/projects? Then it's very likely
8+
that you struggle with the port numbers that needs to be assigned to every
9+
container. This project gives you an easy way to add local domain names to
910
your docker containers.
1011

1112
- http://localhost:3000 :arrow_right: http://dashboard.local
@@ -23,7 +24,14 @@ With 5 simple steps you should be able to use hostnames instead of ports:
2324
4. Add your local url to your `/etc/hosts` file
2425
5. (optional) Add SSL certificates for https
2526

26-
Ready? [Setup the development proxy](./setup.md) for your project(s).
27+
Ready? [Set up the development proxy](./setup.md) for your project(s).
28+
29+
## Running
30+
31+
Once you have the development proxy running:
32+
33+
- Catch localhost traffic on port 80/443, and reroute your local domains
34+
- The Traefik dashboard is available at http://localhost:10081
2735

2836
## Documentation
2937

0 commit comments

Comments
 (0)