Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 554 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 554 Bytes

One Hour One Life: Dockerized

This will let you easily bring up a container running a One Hour One Life game server.

Build the image

You will need to have Docker installed to build and run the image. From the repo root in your terminal run:

$ docker build -t ludwigf/ohol-server:72-72-73 .

The versioning is ${oneLifeVersion}.${minorGemsVersion}.${oneLifeDataVersion}

Running the server

$ docker run -p 8005:8005 -v `pwd`/db/:/opt/OneLife/server/db/ -v `pwd`/settings:/opt/OneLife/server/settings/ ludwigf/ohol-server:72-72-73