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
Here is my docker-compose.override.yml file's content:
docker-compose.override.yml
amnezia-wg-easy: extends: file: docker-compose.wireguard-amnezia.yml service: amnezia-wg-easy environment: - WG_PORT=8443 - JC=5 - JMIN=40 - JMAX=70 ports: !override - 8443:8443/udp - 51821:51821/tcp
Should work fine according to README, but all configs downloaded from web UI has default Jmin and Jmax values in it
Jmin
Jmax
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here is my
docker-compose.override.yml
file's content:Should work fine according to README, but all configs downloaded from web UI has default
Jmin
andJmax
values in itThe text was updated successfully, but these errors were encountered: