Created
July 22, 2022 05:48
-
-
Save santaklouse/cf59f48cb77d271ce6e733ed19d73a4c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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