Sign inSign up

swarupsengupta2007/psiphon

By swarupsengupta2007

Updated 15 days ago

Docker for Psiphon, the Internet censorship circumvention system.

Image
1

100K+

swarupsengupta2007/psiphon repository overview

Psiphon is an Internet censorship circumvention system. This docker image runs the ConsoleClient from the Psiphon-Labs/psiphon-tunnel-core.

Github: swarupsengupta2007/psiphon-docker

OSPlatformVariant
linuxarm64
linuxarmv7
linuxarmv6
linuxamd64
linux386
version: "3.5"
services:
  psiphon:
    image: swarupsengupta2007/psiphon:latest
    container_name: psiphon
    environment:
      - PUID=1000
      - PGID=1000
    volumes:
      - /path/to/psiphon/config:/config
    ports:
      - 1080:1080
      - 8080:8080
    restart: unless-stopped

To run using docker-cli:

docker run -e PUID=1000 -e PGID=1000 --name psiphon -d -p 8080:8080 -p 1080:1080 -v /path/to/psiphon/config:/config swarupsengupta2007/psiphon:latest

The following Environment var are available:

ENV variableDescriptionDefault
PUIDThe UID for psiphon process1000
PGIDThe GID for psiphon process1000

Following ports and volumes are available

OptionswitchDescriptionDefault
HTTP PORT-p host_port:8080http proxy port8080
SOCKS PORT-p host_port:1080socks5 proxy port1080
VOLUME-v /path/to/config:/configThe container storage/config

Tag summary

Content type

Image

Digest

sha256:26bb31230

Size

12 MB

Last updated

15 days ago

docker pull swarupsengupta2007/psiphon