From 6bdd1914aca9e90bb7aaeaf45e329bdfc776c8a0 Mon Sep 17 00:00:00 2001 From: Casey LP Date: Sat, 28 Jan 2023 14:41:40 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5ffce2..b4de3a5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Work in progress to contain the OpenSimulator server software in a Docker contai ```bash docker run -d \ --name opensim \ - --port 9000:9000 \ - --port 9000:9000/udp \ + -p 9000:9000 \ + -p 9000:9000/udp \ ghcr.io/soup-bowl/opensimulator-docker:edge ```