update lantern, reverse

This commit is contained in:
newnius 2017-07-18 22:37:53 +08:00
parent 74d8fc2c86
commit f18e585c38
3 changed files with 4 additions and 2 deletions

View File

@ -13,4 +13,4 @@ RUN apt-get update && \
apt-get clean && \
rm -rf /var/cache/apt/* /var/lib/apt/lists/*
ENTRYPOINT ["/usr/bin/lantern", "--configdir=/root", "--headless=true", "--proxyall=true", "--startup=false", "--clear-proxy-settings=false", "--addr=0.0.0.0:3128", "--uiaddr=lantern:8080", "--socksaddr=0.0.0.0:1080"]
ENTRYPOINT ["/usr/bin/lantern", "--configdir=/root", "--headless=true", "--proxyall=true", "--startup=false", "--clear-proxy-settings=false", "--addr=0.0.0.0:3128", "--uiaddr=0.0.0.0:8080", "--socksaddr=0.0.0.0:1080"]

View File

@ -1,5 +1,6 @@
Forked from [lihaixin/lantern/](https://hub.docker.com/r/lihaixin/lantern/) for upgrade.
__Notice: by default, proxyAll=true__
## Swarm mode
@ -12,3 +13,4 @@ newnius/lantern
## non-swarm mode
docker run --rm --name lantern -p 3128:3128 -p 1080:1080 newnius/lantern

View File

@ -13,4 +13,4 @@ RUN apt-get update && \
apt-get clean && \
rm -rf /var/cache/apt/* /var/lib/apt/lists/*
ENTRYPOINT ["/usr/bin/lantern", "--configdir=/root", "--headless=true", "--proxyall=true", "--startup=false", "--clear-proxy-settings=false", "--addr=0.0.0.0:3128", "--uiaddr=lantern:8080", "--socksaddr=0.0.0.0:1080"]
ENTRYPOINT ["/usr/bin/lantern", "--configdir=/root", "--headless=true", "--proxyall=true", "--startup=false", "--clear-proxy-settings=false", "--addr=0.0.0.0:3128", "--uiaddr=0.0.0.0:8080", "--socksaddr=0.0.0.0:1080"]