mirror of
https://github.com/soup-bowl/opensimulator-docker.git
synced 2026-07-30 11:33:45 +00:00
Change docker run command to interactive mode
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user