Dockerized web version of Dungeon Crawl Stone Soup
- Install
docker-compose
- Run
docker-compose pull
- 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
- Alternatively if you don't trust the image on docker hub, skip this and run
- Run
docker-compose up
- Point a browser to
http://localhost:9090
locally, orhttp://your-ip:9090
from somewhere else on the LAN.