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

https://github.com/digineo/docker-discourse

Minimalistic docker image for Discourse with Caddy 2
https://github.com/digineo/docker-discourse

discourse docker-image

Last synced: about 2 months ago
JSON representation

Minimalistic docker image for Discourse with Caddy 2

Awesome Lists containing this project

README

          

Docker image for Discourse
==========================

Existing docker images for Discourse are too complex or simply didn't work.
So I created my own image.
You find my
[Discourse Images on Docker Hub](https://hub.docker.com/repository/docker/digineode/discourse).

## Building a specific version

make build VERSION=v2.7.0

## Create admin account

```
docker-compose exec web /app/bundle exec rake admin:create
```