mirror of
https://github.com/Makopo/docker-opensimulator-simple.git
synced 2026-08-14 00:57:56 +00:00
updated to 0.9.0.0-rc2
This commit is contained in:
+4
-4
@@ -1,9 +1,9 @@
|
||||
FROM mono:4.6.2.16
|
||||
|
||||
RUN curl http://dist.opensimulator.org/opensim-0.9.0.0-rc1.tar.gz -s | tar xzf -
|
||||
COPY Regions.ini /opensim-0.9.0.0-rc1/bin/Regions/Regions.ini
|
||||
COPY OpenSim.ini /opensim-0.9.0.0-rc1/bin/OpenSim.ini
|
||||
RUN curl http://dist.opensimulator.org/opensim-0.9.0.0-rc2.tar.gz -s | tar xzf -
|
||||
COPY Regions.ini /opensim-0.9.0.0-rc2/bin/Regions/Regions.ini
|
||||
COPY OpenSim.ini /opensim-0.9.0.0-rc2/bin/OpenSim.ini
|
||||
EXPOSE 9000
|
||||
WORKDIR /opensim-0.9.0.0-rc1/bin
|
||||
WORKDIR /opensim-0.9.0.0-rc2/bin
|
||||
|
||||
CMD [ "mono", "./OpenSim.exe" ]
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
It is based on [official mono docker image](https://hub.docker.com/_/mono/).
|
||||
|
||||
* [OpenSimulator](http://opensimulator.org) 0.9.0.0-rc1
|
||||
* [OpenSimulator](http://opensimulator.org) 0.9.0.0-rc2
|
||||
* Standalone Mode (port 9000)
|
||||
* Username: Test User
|
||||
* Password: password
|
||||
|
||||
Reference in New Issue
Block a user