Created
April 16, 2018 15:04
-
-
Save stamm/fb94db41cf55db260cb830f796dfa9d7 to your computer and use it in GitHub Desktop.
Docker compose for vpn and socks proxy
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: | |
sockd: | |
image: stamm/docker-dante:1.0 | |
env_file: socks.env | |
ports: | |
- "8088:8088" | |
restart: always | |
vpn: | |
image: "hwdsl2/ipsec-vpn-server" | |
env_file: vpn.env | |
volumes: | |
- "/lib/modules:/lib/modules:ro" | |
ports: | |
- "500:500/udp" | |
- "4500:4500/udp" | |
privileged: true | |
restart: always |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
socks.env:
vpn.env: