Sign inSign up

idef1x/dokuwiki

By idef1x

Updated over 9 years ago

Latest Dokuwiki on alpine, nginx and php7

Image
1

1.3K

idef1x/dokuwiki repository overview

dokuwiki

Dokuwiki WiKi Docker image based on alpine and nginx

  • in case of persistent storage: please mount it at /data in the container. See example startup.

Example startup:

docker run -d \
  -v /etc/localtime:/etc/localtime:ro \
  -v /etc/timezone:/etc/timezone:ro \
  -v <path on host for data>:/data \
  --name dokuwiki -h <FQDN> \
  -p 80:80 \
  idef1x/dokuwiki

Initial set-up

Tag summary

Content type

Image

Digest

sha256:d7713eaa3

Size

14.1 MB

Last updated

over 9 years ago

docker pull idef1x/dokuwiki