Change docker run command to interactive mode

This commit is contained in:
Casey LP
2026-01-17 20:47:21 +00:00
committed by GitHub
parent b1bc38b6ea
commit 2adebcfa8a
+1 -1
View File
@@ -41,7 +41,7 @@ This **unofficial** Docker configuration aims to assist in setting the server up
# Usage
```bash
docker run -d --name opensim -p 9000:9000 -p 9000:9000/udp soupbowl/opensimulator:latest
docker run -it -d --name opensim -p 9000:9000 -p 9000:9000/udp soupbowl/opensimulator:latest
```
You can change settings with the following optional environmental overrides: