[CI:DOCS] Fix example on PublishPort

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2023-06-23 06:47:02 -04:00
parent 49e0bde2bf
commit b680daa2de

View File

@ -121,7 +121,7 @@ Valid options for `[Container]` are listed below:
| Rootfs=/var/lib/rootfs | --rootfs /var/lib/rootfs |
| Notify=true | --sdnotify container |
| PodmanArgs=--add-host foobar | --add-host foobar |
| PublishPort=true | --publish |
| PublishPort=50-59 | --publish 50-59 |
| Pull=never | --pull=never |
| ReadOnly=true | --read-only |
| RunInit=true | --init |