Skip to content

Commit 2acd71c

Browse files
committed
Bump to 1.48
commit ff70bc8 Author: Pascal Andy <[email protected]> Date: Fri Sep 14 16:37:22 2018 -0400 update readme commit a89980b Author: Pascal Andy <[email protected]> Date: Fri Sep 14 16:34:09 2018 -0400 FIX replacement commit ff5e3ec Author: Pascal Andy <[email protected]> Date: Fri Sep 14 16:27:57 2018 -0400 FIX regex commit 7b044a5 Author: Pascal Andy <[email protected]> Date: Fri Sep 14 11:36:07 2018 -0400 fix /E ReplacePathRegex commit 4f881b4 Author: Pascal Andy <[email protected]> Date: Fri Sep 14 10:35:47 2018 -0400 fix /D ReplacePathRegex commit 2414136 Author: Pascal Andy <[email protected]> Date: Fri Sep 14 10:32:14 2018 -0400 fix /c ReplacePathRegex commit 78aa520 Author: Pascal Andy <[email protected]> Date: Fri Sep 14 10:29:52 2018 -0400 update branch name commit 064ca27 Author: Pascal Andy <[email protected]> Date: Fri Sep 14 09:41:06 2018 -0400 FIX /b traefik config to fix the / trailing bug commit fc852d6 Author: Pascal Andy <[email protected]> Date: Fri Sep 14 09:27:41 2018 -0400 FIX traefik config to fix the / trailing bug commit 2ecb759 Author: Pascal Andy <[email protected]> Date: Thu Sep 13 14:10:25 2018 -0400 add traefik config to fix the / trailing bug Signed-off-by: Pascal Andy <[email protected]>
1 parent 5a89759 commit 2acd71c

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11

22
# Changelog
33

4+
## 1.48
5+
- Fix trailing ‘/‘ issue for portainer
6+
47
## 1.47
58
- bump to traefik 1.6.6
69

traefik_stack5/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This docker stack will run many services (Traefik, Socat, Portainer, Nginx, Cadd
88
3. On **node1**, copy paste:
99

1010
```
11-
ENV_BRANCH=1.47
11+
ENV_BRANCH=1.48
1212
ENV_MONOREPO=traefik_stack5
1313
1414
# Setup alpine node and docker swarm

traefik_stack5/toolportainer.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ services:
3434
- "traefik.frontend.entryPoints=http"
3535
- "traefik.backend.loadbalancer.swarm=true"
3636
- "traefik.backend.loadbalancer.method=drr"
37+
# https://github.com/containous/traefik/issues/563#issuecomment-421360934
38+
- "traefik.frontend.redirect.regex=^(.*)/portainer$$"
39+
- "traefik.frontend.redirect.replacement=$$1/portainer/"
40+
- "traefik.frontend.rule=PathPrefix:/portainer;ReplacePathRegex: ^/portainer/(.*) /$$1"
3741

3842
networks:
3943
ntw_front:

0 commit comments

Comments
 (0)