Skip to content
Snippets Groups Projects
Commit 3643096b authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[Traefik] Fix labels with single quote instead of backquotes

parent c58c76ba
Branches
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ services:
- website:/var/www/html
labels:
traefik.http.routers.website.entrypoints: websecure
traefik.http.routers.website.rule: Host(`www.picasoft.net`, 'picasoft.net')
traefik.http.routers.website.rule: Host(`www.picasoft.net`, `picasoft.net`)
traefik.http.services.website.loadbalancer.server.port: 80
traefik.enable: true
networks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment