提交 046b1bf0 作者: 施泽锋

fix bug

上级 650181de
...@@ -78,13 +78,11 @@ services: ...@@ -78,13 +78,11 @@ services:
max-size: 100m max-size: 100m
max-file: '3' max-file: '3'
labels: labels:
traefik.web.frontend.rule: Host:${host_url} traefik.web.frontend.rule: Host:'${host_url}; ReplacePathRegex: ^/(\\w*).txt$ /wsy_blockchain/web/index.php?m=function&a=checkout_file&check_file=${1}'
traefik.wildcard.frontend.rule: HostRegexp:{.*}.saas.${host_url} traefik.wildcard.frontend.rule: HostRegexp:{.*}.saas.${host_url}
traefik.port: '80' traefik.port: '80'
traefik.enable: 'true' traefik.enable: 'true'
io.rancher.container.pull_image: always io.rancher.container.pull_image: always
traefik.frontend.redirect.replacement: '/wsy_blockchain/web/index.php?m=function&a=checkout_file&check_file=${1}'
traefik.frontend.redirect.regex: '/(\\w*).txt$'
bc-db: bc-db:
image: {{$dbImage}} image: {{$dbImage}}
environment: environment:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论