From 2adebcfa8adcd3f9b0939b72ccfd5d2e86698fae Mon Sep 17 00:00:00 2001 From: Casey LP <11209477+soup-bowl@users.noreply.github.com> Date: Sat, 17 Jan 2026 20:47:21 +0000 Subject: [PATCH] Change docker run command to interactive mode --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df70747..cb382bd 100644 --- a/README.md +++ b/README.md @@ -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: