Missed -it ref

This commit is contained in:
soup-bowl
2026-03-31 22:44:07 +01:00
parent 28ccfc54f9
commit 72e92b72e4
+2 -2
View File
@@ -75,8 +75,8 @@ To aid the use of SQLite mode with persistent data, the default configuration ha
(Note that if you use a custom `SQLiteStandalone.ini` file, this will not happen).
```
docker run -d --name opensim -p 9000:9000 -p 9000:9000/udp -v /path/on/your/system:/opt/opensim/bin/sqlite-database soupbowl/opensimulator:latest
```bash
docker run -it -d --name opensim -p 9000:9000 -p 9000:9000/udp -v /path/on/your/system:/opt/opensim/bin/sqlite-database soupbowl/opensimulator:latest
```
# Limitations and Troubleshooting