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
- Host: GitHub
- URL: https://github.com/mfellner/rtdd
- Owner: mfellner
- License: mit
- Created: 2015-06-20T15:24:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-20T18:18:12.000Z (almost 10 years ago)
- Last Synced: 2024-10-12T00:22:33.628Z (8 months ago)
- Language: Python
- Homepage: https://registry.hub.docker.com/u/mfellner/rtdd
- Size: 121 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Read The Docs Docker [](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/rtfdProvide a custom Django administrator username and password!