This Docker image is supposed to be used with Nginx-Proxy.
$ docker pull ankitrgadiya/ikiwiki- If using with Nginx-Proxy
$ 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/ikiwikiWarning
Standalone image does not support SSL so I recommend using it with Nginx-Proxy.