An unofficial build of vrspace.org's vrspace server
2.7K
You can (and probably should) map in a config volume, this volume should contain an application.properties file, that has overrides for various default config values from the base application.properties of vrspace.
You can find the base here: https://github.com/jalmasi/vrspace/blob/master/server/src/main/resources/application.properties
place your modified application.properties in a directory, and then map that directory into this containers /config volume.
Something like
docker run -p 8080:8080 -v /some/config/path:/config docker.io/gangrif/vrspace
should get you started.
If you would like more information on how to configure vrspace, what you can do with vrspace, or even how to get involved in the open source development of vrspace, head on over to https://redmine.vrspace.org/projects/vrspace-org/wiki
Content type
Image
Digest
sha256:20ec31489…
Size
2 GB
Last updated
over 1 year ago
docker pull gangrif/vrspace