An open API service indexing awesome lists of open source software.

https://github.com/mfellner/rtdd

Read The Docs Docker
https://github.com/mfellner/rtdd

Last synced: 2 months ago
JSON representation

Read The Docs Docker

Awesome Lists containing this project

README

        

# Read The Docs Docker [![Docker Pulls](https://img.shields.io/docker/pulls/mfellner/rtdd.svg)](https://registry.hub.docker.com/u/mfellner/rtdd)

Dockerized variant of [Read The Docs](https://github.com/rtfd/readthedocs.org).

## Usage

docker run \
-p 8000:8000 \
-e DJANGO_USER=root \
-e DJANGO_PASS=pass \
mfellner/rtfd

Provide a custom Django administrator username and password!