Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 437 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 437 Bytes

dcss-web-docker

Dockerized web version of Dungeon Crawl Stone Soup

To run

  1. Install docker-compose
  2. Run docker-compose pull
    1. Alternatively if you don't trust the image on docker hub, skip this and run git submodule update --init --recursive, as dcss has a lot of subrepos
  3. Run docker-compose up
  4. Point a browser to http://localhost:9090 locally, or http://your-ip:9090 from somewhere else on the LAN.