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

https://github.com/jop-software/docsify-docker-template

Template for a docsify installation with docker.
https://github.com/jop-software/docsify-docker-template

caddy caddyserver docker docsify documentation

Last synced: 6 months ago
JSON representation

Template for a docsify installation with docker.

Awesome Lists containing this project

README

          


Docsify Docker Template


Run and deploy docsify with docker.


## Write Content
The main content for docsify is located in the [public/](/public/) directory.

A detailed documentation about docsify an be found on [docsify.js.org](https://docsify.js.org).

### Media Files
We use the [public/_media](/public/_media/) directory to store media files. Feel free to adopt or change this.

## Build

```bash
docker build -t docsify-docker:latest .
```

## Run
```bash
docker run -p 8080:80 docsify-docker:latest -d
```

## License
This project is licensed under the [MIT License](/LICENSE).

## Professional Support
Professional support is available, contact [info@jop-software.de](mailto:info@jop-software.de) for more information.


© 2022, jop-software Inh. Johannes Przymusinski