Skip to content

FlorianLudwig/ohol-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Dockerized One Hour One Life game server

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%