docker volume create dokuwiki-data
docker volume create dokuwiki-conf
docker volume create dokuwiki-tpl
docker volume create dokuwiki-plugins
docker run \
--publish 8100:8080 \
--name dokuwiki \
--restart unless-stopped \
--detach \
-m 128m \
dockerpirate/dokuwiki
You can now visit the install page to configure your new DokuWiki wiki.
For example, if you are running container locally, you can acces the page in browser by going to http://localhost/install.php
After that remove install.php from /srv it.
If upgrading from v2018, you have to remove old conf and plugins folders
Content type
Image
Digest
Size
14.1 MB
Last updated
over 5 years ago
docker pull dockerpirate/dokuwiki