We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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?
Please provide a test case, Thank you very much;
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
also @dawang1024 - https://github.com/siomiz/SoftEtherVPN/blob/master/docker-compose.yml
No branches or pull requests
how to do run this image with docker-compose?
Please provide a test case,
Thank you very much;
The text was updated successfully, but these errors were encountered: