We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba2ffd2 commit 8fee362Copy full SHA for 8fee362
.github/workflows/deploy.yml
@@ -71,7 +71,7 @@ jobs:
71
--network web_network \
72
--restart unless-stopped \
73
-l "traefik.enable=true" \
74
- -l "traefik.http.routers.$APP_NAME.rule=Host(\`stmorg.in\` || \`www.stmorg.in\`)" \
+ -l "traefik.http.routers.$APP_NAME.rule=Host(\`stmorg.in\`) || Host(\`www.stmorg.in\`)" \
75
-l "traefik.http.routers.$APP_NAME.entrypoints=web,websecure" \
76
-l "traefik.http.routers.$APP_NAME.tls=true" \
77
-l "traefik.http.routers.$APP_NAME.tls.certresolver=letsencrypt" \
0 commit comments