##// END OF EJS Templates
feat(router): allow proper ports override to specify custom ports on router.
marcink -
Show More
@@ -4,11 +4,17 b" version: '3.9'"
4 services:
4 services:
5
5
6 traefik:
6 traefik:
7 # ports:
7 # # NOTE: the '!override' replaces the original values defined, avail on docker-compose 2.24.2+
8 # # don't use it if your compose doesn't allow this syntax
9 # ports: !override
8 # # The Web UI (enabled by --api.insecure=true)
10 # # The Web UI (enabled by --api.insecure=true)
9 # # uncomment to expose dashboard at port :7000,
11 # # uncomment to expose dashboard at port :7000,
10 # # this is mostly for debugging routes and services
12 # # this is mostly for debugging routes and services
11 # - "7000:7000"
13 # - "7000:7000"
14 # # The HTTP port, exposed as http entrypoint
15 # - "80:80"
16 # # The HTTPS port, exposed as https entrypoint
17 # - "443:443"
12 # volumes:
18 # volumes:
13 # # Bind to docker.sock that Traefik can listen to the Docker events
19 # # Bind to docker.sock that Traefik can listen to the Docker events
14 # - /var/run/docker.sock:/var/run/docker.sock
20 # - /var/run/docker.sock:/var/run/docker.sock
General Comments 0
You need to be logged in to leave comments. Login now