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
This request came from @jakubgs in a Workshop session
The idea is to avoid listening to upcoming requests from port 80:
nwaku-compose/docker-compose.yml
Line 42 in a4d77b0
In the following...
nwaku-compose/run_node.sh
Line 20 in a4d77b0
--standalone --http-01-port 8080
The text was updated successfully, but these errors were encountered:
There's at least three major issues here:
80
This means that the probability of this working for a normal user that doesn't know about firewalls, NAT, DNS, and has no public IP is essentially 0%.
Sorry, something went wrong.
No branches or pull requests
This request came from @jakubgs in a Workshop session
The idea is to avoid listening to upcoming requests from port 80:
nwaku-compose/docker-compose.yml
Line 42 in a4d77b0
In the following...
nwaku-compose/run_node.sh
Line 20 in a4d77b0
... we might need to add the following parameters, f.e.:
--standalone --http-01-port 8080
(or a different port number as the user wishes.)The text was updated successfully, but these errors were encountered: