Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 844 Bytes

README.rst

File metadata and controls

44 lines (30 loc) · 844 Bytes

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.