this post was submitted on 04 Nov 2024
7 points (100.0% liked)
Container platforms (docker, lxc, podman)
314 readers
1 users here now
A place to discuss everything related to Container platforms and runtimes. Docker, LXC, Podman, OpenShift, OCI, and more.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
If it's losing the settings when you reboot, you can do
firewall-cmd --runtime-to-permanent
which does what the name suggests. Alternatively, you can use the--permanent
flag when adding new services.