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
version: '3.3' services: ... socks5-proxy-v2: container_name: socks5-proxy-v2 image: schors/tgdante2 ports: - 1081:1080 environment: - USER=user - PASS=pass - PORT=1080 restart: unless-stopped #network_mode: "host"
Seems like container binds to the host's loopback instead of listening to 0.0.0.0, locally everything works fine, firewall allows connection to 1081.
The text was updated successfully, but these errors were encountered:
just need to fix dante.conf to user PORT variable somehow
Sorry, something went wrong.
Port mapping is incompatible with network_mode: host
No branches or pull requests
Seems like container binds to the host's loopback instead of listening to 0.0.0.0, locally everything works fine, firewall allows connection to 1081.
The text was updated successfully, but these errors were encountered: