Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 478 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 478 Bytes

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