From 59c884aac2ed50eb347352ac12763102b7962a3b Mon Sep 17 00:00:00 2001 From: Casey LP Date: Sat, 28 Jan 2023 14:40:39 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d72fe3..f5ffce2 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,9 @@ Work in progress to contain the OpenSimulator server software in a Docker contai **This is still experimental - thar be bugs!** ```bash -docker run --name opensim --port 9000:9000 --port 9000:9000/udp -d ghcr.io/soup-bowl/opensimulator-docker:edge +docker run -d \ + --name opensim \ + --port 9000:9000 \ + --port 9000:9000/udp \ + ghcr.io/soup-bowl/opensimulator-docker:edge ```