File tree 1 file changed +11
-3
lines changed
1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## Why?
6
6
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
9
10
your docker containers.
10
11
11
12
- 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:
23
24
4 . Add your local url to your ` /etc/hosts ` file
24
25
5 . (optional) Add SSL certificates for https
25
26
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
27
35
28
36
## Documentation
29
37
You can’t perform that action at this time.
0 commit comments