Tenma is a digital comic book server. Use this Docker image to get up and running quickly.
docker create --name=tenma -v </path/to/comic/library>:/tenma/files -v </path/to/config/directory>:/tenma/media -p 8000:8000 hmhrex/tenma
-v </path/to/comic/library>:/tenma/files - Tenma's library directory.-v </path/to/config/directory>:/tenma/media - Tenma's configuration directory.-p <port>:8000 - This is the mapped port for http access. 8000 is recommended, although anything works here. (i.e. localhost:8000)localhost:8000.adminPegasus!localhost:8000/admin/auth/user/1/change//tenma/media/./tenma/media/db.sqlite3./files/db.sqlite3.Content type
Image
Digest
Size
133.1 MB
Last updated
about 9 years ago
docker pull hmhrex/tenma