Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to do run this image with docker-compose? #104

Open
dawang1024 opened this issue Apr 9, 2022 · 2 comments
Open

how to do run this image with docker-compose? #104

dawang1024 opened this issue Apr 9, 2022 · 2 comments

Comments

@dawang1024
Copy link

how to do run this image with docker-compose?

Please provide a test case,
Thank you very much;

@Neo-Desktop
Copy link

version: "3"
services:
  softether:
    image: siomiz/softethervpn
    volumes:
      - ./softether/vpn_server.config:/usr/vpnserver/vpn_server.config
    cap_add:
      - NET_ADMIN
    ports:
      - 443:443/tcp
      - 500:500/udp
      - 4500:4500/udp
      - 1701:1701/tcp
      - 1194:1194/udp
      - 5555:5555/tcp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants