From b680daa2de97c0223c1f62e632b5e95ef90703e4 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 23 Jun 2023 06:47:02 -0400 Subject: [PATCH] [CI:DOCS] Fix example on PublishPort Signed-off-by: Daniel J Walsh --- docs/source/markdown/podman-systemd.unit.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/markdown/podman-systemd.unit.5.md b/docs/source/markdown/podman-systemd.unit.5.md index 5211b7f745..ee98508a56 100644 --- a/docs/source/markdown/podman-systemd.unit.5.md +++ b/docs/source/markdown/podman-systemd.unit.5.md @@ -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 |