Skip to content

AUDCH v0.0.8

Compare
Choose a tag to compare
@Ran-Xing Ran-Xing released this 18 Mar 10:10
· 18 commits to main since this release

README

  • Added automatic update hostname function, which may cause watchtower to fail to update normally
  • Modify the image and add the original image information to Labels.AUDCH_IMAGE
  • Fixed NGINX not parsing HOSTS

USE

mkdir audch
touch audch/hosts
docker run -itd \
  --name audch \
  --restart=always \
  -p 8080:80 \
  -p 53:53 \
  -p 53:53/udp \
  -e "HTTP_USER=admin" \
  -e "HTTP_PASS=123456" \
  -v ./audch/hosts:/hosts \
  -v /var/run/docker.sock:/var/run/docker.sock \
  xrsec/audch