mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-06 08:11:54 +00:00
328 B
328 B
Forked from lihaixin/lantern/ for upgrade.
Notice: by default, proxyAll=true
Swarm mode
docker service create \
--name lantern \
--publish 3128:3128 \
newnius/lantern
non-swarm mode
docker run --rm --name lantern -p 3128:3128 -p 1080:1080 newnius/lantern