Skip to content

PDXHub/docker-ikiwiki

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ikiwiki Docker Container

This Docker image is supposed to be used with Nginx-Proxy.

Docker Hub

Pull

$ docker pull ankitrgadiya/ikiwiki

Usage

$ docker run \
--name ikiwiki \
-v /path/to/wiki:/wiki \
-d \
-e VIRTUAL_HOST=domain.wiki \
ankitrgadiya/ikiwiki
  • If using standalone
$ docker run \
--name ikiwiki \
-v /path/to/wiki:/wiki \
-p 80:80 \
-d \
ankitrgadiya/ikiwiki

Warning

Standalone image does not support SSL so I recommend using it with Nginx-Proxy.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%