Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wh13371/002de9ee0ac7b27e1839d9f165220758 to your computer and use it in GitHub Desktop.
Save wh13371/002de9ee0ac7b27e1839d9f165220758 to your computer and use it in GitHub Desktop.
sudo firewall-cmd --zone=public --add-masquerade --permanent
sudo firewall-cmd --reload
@wh13371
Copy link
Author

wh13371 commented Sep 23, 2020

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".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment