Skip to content

ThoughtRiver/docker-compose-wiki-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

compose-wiki

docker-compose tree for https://wiki.js.org/ , consisting of 3 images: wiki-js, mongo and nginx

configuration

  1. Change path to the local directory in docker-compose.yml, in the volumes: section of the wiki service
  2. Change hostname in docker-compose.yml, in WIKI_HOST
  3. Put your certificate in nginx/ssl subdirectory and the private key in privkey.pem in the same directory

usage

To launch: in the main directory (where docker-compose.yml is)

docker-compose up

To rebuild (if you make changes to docker-compose, or any Dockerfile or anything else)

docker-compose build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%