mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-06 08:11:54 +00:00
update lantern, reverse
This commit is contained in:
parent
74d8fc2c86
commit
f18e585c38
@ -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"]
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user