From 72e92b72e467b204e990aab9eeefa823d1e1c585 Mon Sep 17 00:00:00 2001 From: soup-bowl Date: Tue, 31 Mar 2026 22:44:07 +0100 Subject: [PATCH] Missed `-it` ref --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 313081a..e15b2b1 100644 --- a/README.md +++ b/README.md @@ -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