Skip to content

Commit aed5626

Browse files
podman_guide: Add note about firewall (#2909)
Add a note reminding the reader that in order for their container service to be useful, firewall settings may need to be adjusted.
1 parent 154286e commit aed5626

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/guides/containers/podman_guide.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ Run a [Nextcloud](https://nextcloud.com/) self-hosted cloud platform as an examp
102102
podman run -d -p 8080:80 nextcloud
103103
```
104104

105+
!!! note
106+
107+
Out of the box, Rocky Linux has `firewalld` enabled, and may block port 8080. Follow [the guide](../../security/firewalld-beginners/) to open up the port in order to be able to access the service.
108+
105109
You will receive a prompt to select the container registry to download from. In our example, you will use `docker.io/library/nextcloud:latest`.
106110

107111
Once you have downloaded the Nextcloud image, it will run.

0 commit comments

Comments
 (0)