mirror of
https://github.com/soup-bowl/opensimulator-docker.git
synced 2026-07-30 19:49:06 +00:00
Update README.md
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user