# outline-wiki-docker-compose **Repository Path**: memos/outline-wiki-docker-compose ## Basic Information - **Project Name**: outline-wiki-docker-compose - **Description**: Installation and docker compose to self host outline wiki: https://www.getoutline.com/ - **Primary Language**: YAML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-09 - **Last Updated**: 2022-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Docker compose for outline wiki http://chsasank.github.io/outline-self-hosted-wiki.html Features: * A simple make and interactive bash script to help you generate all the conf required * A docker-compose to run your service * Dummy https certificate generator. Replace with your certificates after generation * Use minio instead of AWS S3, so that everything is really self-hosted * nginx reverse proxy for outline and minio Runs the outline server with https if required # How to use ``` git clone https://github.com/chsasank/outline-wiki-docker-compose.git cd outline-wiki-docker-compose make install ``` And follow the instructions. ![make_install](http://chsasank.github.io/assets/images/outline/make_install.png)