Skip to content

sashaoshurkov/lantern_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Overview

Docker image including Lantern (installed from the Debian packages)

Usage docker cli

docker run -d --restart=unless-stopped --name=lantern -p 3128:3128 -p 8080:8080 sashaoshurkov/lantern

Usage docker-compose

version: "2.1"
services:
  lantern:
    image: sashaoshurkov/lantern
    container_name: lantern
    ports:
      - 3128:3128
      - 8080:8080
    network_mode: "bridge"
    restart: unless-stopped

Proxy settings

Set the following proxy server settings on your operating system: HTTP(S) Proxy 127.0.0.1 Port 3128

Configure Lantern

Application web interface: http://127.0.0.1:8080/admin

About

Dockerfile for Lantern VPN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors