December 26, 20214 yr 在应用商店安装traefik后,使用http://192.168.1.2:8080(unraid的ip是192.168.1.2),不能访问dashboard。 root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='traefik' --net='bridge' -e TZ="Asia/Taipei" -e HOST_OS="Unraid" -l 'traefik.enable'='true' -l 'traefik.backend'='traefik' -l 'traefik.frontend.rule'='Host:traefikhome.domain.com' -l 'traefik.frontend.headers.SSLHost'='abc.tk' -l 'traefik.frontend.auth.basic.usersFile'='/shared/.htpasswd' -l 'traefik.docker.network'='bridge' -l 'traefik.frontend.headers.SSLRedirect'='true' -l 'traefik.frontend.headers.STSSeconds'='315360000' -l 'traefik.frontend.headers.browserXSSFilter'='true' -l 'traefik.frontend.headers.contentTypeNosniff'='true' -l 'traefik.frontend.headers.forceSTSHeader'='true' -l 'traefik.frontend.headers.STSIncludeSubdomains'='true' -l 'traefik.frontend.headers.STSPreload'='true' -l 'traefik.frontend.headers.frameDeny'='true' -l 'traefik.port'='8080' -p '443:443/tcp' -p '8080:8080/tcp' -v '/mnt/user/appdata/traefik':'/etc/traefik':'rw' -v '/mnt/user/appdata/traefik/shared':'/shared':'rw' -v '/var/run/docker.sock':'/var/run/docker.sock':'ro' 'traefik:latest' 请教一下,是什么问题
December 26, 20214 yr 5 hours ago, coolzhl said: 'traefik.port'='8080' -p '443:443/tcp' -p '8080:8080/tcp' GUI = 443
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.