You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
firewall-cmd --zone=public --add-port=8080/tcp # default ui port
firewall-cmd --zone=public --add-port=18080/tcp # safer ui port (lots of things claim 8080 by default).
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Describe the solution you'd like
When the firewall is running port must be allowed
firewall-cmd --zone=public --add-port=8080/tcp # default ui port
firewall-cmd --zone=public --add-port=18080/tcp # safer ui port (lots of things claim 8080 by default).
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: