Skip to content

Instantly share code, notes, and snippets.

@santaklouse
Created July 22, 2022 05:48
Show Gist options
  • Save santaklouse/cf59f48cb77d271ce6e733ed19d73a4c to your computer and use it in GitHub Desktop.
Save santaklouse/cf59f48cb77d271ce6e733ed19d73a4c to your computer and use it in GitHub Desktop.
version: "3"
services:
delegated:
image: santaklouse/delegated:latest
command: "-P1080 SERVER=socks SSLTUNNEL=127.0.0.1:4444"
ports:
- "1080:1080"
restart: always
i2p:
image: santaklouse/i2p:latest
ports:
- "4444:4444"
- "4445:4445"
- "6668:6668"
- "7657:7657"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment