p3terx/yacd

By p3terx

Updated about 19 hours ago

yacd | Yet Another Clash Dashboard

Image
21

50K+

p3terx/yacd repository overview

Usage

  • Run container
# bridge network mode
docker run -d \
    --name yacd \
    --log-opt max-size=1m \
    --restart unless-stopped \
    -p 9091:9091 \
    p3terx/yacd

# host network mode (If you need to use IPv6 network access, this is the easiest way)
docker run -d \
    --name yacd \
    --log-opt max-size=1m \
    --restart unless-stopped \
    --network host \
    p3terx/yacd --port 9091 --ipv6
  • Access port 9091

Credits

Tag summary

Content type

Image

Digest

sha256:023010a8e

Size

572.5 kB

Last updated

about 19 hours ago

docker pull p3terx/yacd:test