Docker image including Lantern (installed from the Debian packages)
docker run -d --restart=unless-stopped --name=lantern -p 3128:3128 -p 8080:8080 sashaoshurkov/lanternversion: "2.1"
services:
lantern:
image: sashaoshurkov/lantern
container_name: lantern
ports:
- 3128:3128
- 8080:8080
network_mode: "bridge"
restart: unless-stoppedSet the following proxy server settings on your operating system: HTTP(S) Proxy 127.0.0.1 Port 3128
Application web interface: http://127.0.0.1:8080/admin