Skip to content

lachouettecoop/coops-wiki

 
 

Repository files navigation

docker-compose/dokuwiki

=========================

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

Installation

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

Execution

$ docker-compose up -d

Bonus

If you have nginx-proxy the website will be accessible on your VIRTUAL_HOST domain.

Licence

MIT Copyright (c) 2014-2015 Ilya Stepanov

About

Docker container image with dokuwiki and nginx

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 62.7%
  • Shell 21.2%
  • Dockerfile 15.9%
  • Makefile 0.2%