=========================
Docker compose container image with DokuWiki and nginx.
Based on istepanov/dokuwiki https://github.com/istepanov/docker-dokuwiki and modifications done by damoon https://github.com/damoon/docker-dokuwiki
First, clone this repository:
$ git clone https://github.com/lachouettecoop/coops-wiki.git
Create your instance of docker-compose.yml
$ cp docker-compose.yml.dist docker-compose.yml
With your favorite text editor edit 'docker-compose.yml' and do the following changes
VIRTUAL_HOST
: put your domain name here
$ docker-compose up -d
If you have nginx-proxy the website will be accessible on your VIRTUAL_HOST domain.
MIT Copyright (c) 2014-2015 Ilya Stepanov