Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

apaolini/docker-dokuwiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED and NO LONGER MANTAINED

DEPRECATED and NO LONGER MANTAINED

DEPRECATED and NO LONGER MANTAINED

Dokuwiki docker image

Dokuwiki running on lighttpd

The wiki is published on /dokuwiki , the setup interface is on /dokuwiki/install.php

Running

Simple run

Run persisting data and configurations

docker run -d -p 8080:80 \
  -v /data/dokuwiki/conf/:/var/www/html/dokuwiki/conf/ \
  -v /data/dokuwiki/data/:/var/www/html/dokuwiki/data/ \
  apaolini/dokuwiki

run.sh (in the github repo) is a sample script for running the image mounting the data from the local directory.

Build

docker build -t apaolini/dokuwiki .

Caveat

After the first configuration remember to disable the administration interface removing the install.php file, like that:

docker exec <DOKUWIKI_CONTAINERNAME> /bin/rm /var/www/html/dokuwiki/install.php

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published