Created
September 23, 2020 13:44
-
-
Save wh13371/002de9ee0ac7b27e1839d9f165220758 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo firewall-cmd --zone=public --add-masquerade --permanent | |
sudo firewall-cmd --reload |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was unable (DNS errors during pip install) to successfully "docker-compose" a simple Flask app with CentOS 8 & Docker - added the above to "fix".