Update README.md

This commit is contained in:
Casey LP
2023-01-28 14:41:40 +00:00
committed by GitHub
parent 59c884aac2
commit 6bdd1914ac
+2 -2
View File
@@ -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
```