diff --git a/README.md b/README.md
index 02cad0c..ea0c7d8 100644
--- a/README.md
+++ b/README.md
@@ -4,12 +4,6 @@
-
+
diff --git a/notes/install-podman.md b/notes/install-podman.md
index fcf1358..610d671 100644
--- a/notes/install-podman.md
+++ b/notes/install-podman.md
@@ -10,6 +10,16 @@ queries:
- how to install docker
---
+
+
+Podman interferes with typical ApisCP behaviour, changing firewall rules to accomodate container routing definitions.
+
+A side-effect of this behaviour manifests with containers becoming unresponsive when accessing exposed ports form the host or outside world, as firewall rules are refreshed on the panel's side efectively removing Podman-added rules.
+
+Docker is a preferred alternative in this case.
+
+
+
Podman is the supported drop-in replacement for RHEL 8+.
To install Podman, run the following commands:
diff --git a/notes/php-user-overrides.md b/notes/php-user-overrides.md
index 203a161..57e7b4e 100644
--- a/notes/php-user-overrides.md
+++ b/notes/php-user-overrides.md
@@ -32,7 +32,7 @@ To increase the memory limit, you can define a new limit as follows:
memory_limit = 128M
```
-
Make sure cgroups allocated memory is equal or more than you set in the override.
+
Make sure cgroups allocated memory is equal or more than what you set in the override.