Skip to content
Snippets Groups Projects
Verified Commit 09343fe2 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[Wekan] Fix Traefik path

parent f010fae1
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ services:
- proxy
labels:
traefik.http.routers.wekan-filter-hooks.entrypoints: websecure
traefik.http.routers.wekan-filter-hooks.rule: Host(`kanban.picasoft.net`) && Path('/forward_hooks')
traefik.http.routers.wekan-filter-hooks.rule: Host(`kanban.picasoft.net`) && Path(`/forward_hooks`)
traefik.http.services.wekan-filter-hooks.loadbalancer.server.port: 5000
traefik.enable: true
restart: unless-stopped
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment