##// END OF EJS Templates
chore(docs): added few extra inline comments on port changes on traefik
marcink -
Show More
@@ -19,6 +19,10 b' services:'
19 image: traefik:v2.10.7
19 image: traefik:v2.10.7
20
20
21 ports:
21 ports:
22 # Default ports on Edge router.
23 # Format is HOST:CONTAINER
24 # To modify the HOST ports only change the first parts before colon.
25 #
22 # The HTTP port, exposed as http entrypoint
26 # The HTTP port, exposed as http entrypoint
23 - "80:80"
27 - "80:80"
24 # The HTTPS port, exposed as https entrypoint
28 # The HTTPS port, exposed as https entrypoint
@@ -9,10 +9,9 b' services:'
9 # # uncomment to expose dashboard at port :7000,
9 # # uncomment to expose dashboard at port :7000,
10 # # this is mostly for debugging routes and services
10 # # this is mostly for debugging routes and services
11 # - "7000:7000"
11 # - "7000:7000"
12
12 # volumes:
13 volumes:
13 # # Bind to docker.sock that Traefik can listen to the Docker events
14 # Bind to docker.sock that Traefik can listen to the Docker events
14 # - /var/run/docker.sock:/var/run/docker.sock
15 - /var/run/docker.sock:/var/run/docker.sock
16
15
17 # # custom traefik config, enable SSL etc...
16 # # custom traefik config, enable SSL etc...
18 # # put your traefik setup in this directory structure, and uncomment to override
17 # # put your traefik setup in this directory structure, and uncomment to override
General Comments 0
You need to be logged in to leave comments. Login now