ihciah / shadow-tls

A proxy to expose real tls handshake to the firewall
https://www.ihcblog.com/a-better-tls-obfs-proxy/
MIT License
2.3k stars 265 forks source link

自动更新镜像后一直报错无法启动 #88

Closed wxywizard closed 1 year ago

wxywizard commented 1 year ago

image:ghcr.io/ihciah/shadow-tls:latest

错误信息

shadow-tls  | /usr/local/bin/shadow-tls: line 1: Not: not found

docker-compose.yml

  shadow-tls:
    image: ghcr.io/ihciah/shadow-tls:latest
    container_name: shadow-tls
    restart: always
    network_mode: "host"
    environment:
      - MODE=server
      - V3=1
      - LISTEN=
      - SERVER=
      - TLS=
      - PASSWORD=
wxywizard commented 1 year ago

CleanShot 2023-05-04 at 02 27 02@2x

HoCooo commented 1 year ago

原来如此,我说搞半天启动不了

EGOISTK21 commented 1 year ago

我早上已经指定版本到v0.2.20规避这个问题了

wxywizard commented 1 year ago

作者重新发个包呢?@ihciah

ihciah commented 1 year ago

不好意思,下载路径拼接错了,现在已经 fix 了。

wxywizard commented 1 year ago

不好意思,下载路径拼接错了,现在已经 fix 了。

👍🏻,辛苦了