https://github.com/pboardman/dokuwiki-docker
Dokuwiki docker image.
https://github.com/pboardman/dokuwiki-docker
Last synced: 3 months ago
JSON representation
Dokuwiki docker image.
- Host: GitHub
- URL: https://github.com/pboardman/dokuwiki-docker
- Owner: pboardman
- Created: 2016-08-23T20:04:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-23T20:15:39.000Z (almost 9 years ago)
- Last Synced: 2025-01-23T18:50:11.050Z (4 months ago)
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dokuwiki inside Docker
All of [Dokuwiki](https://www.dokuwiki.org/) data will be stored in /data
## How to run the image
build the image (or get it from [Docker Hub](https://hub.docker.com/u/lacsap/)) then mount the /data volume somewhere on your machine for example:you can run the image with :
``` sudo docker run -d -p=80:80 -v=/mnt/dokuwiki:/data lacsap/dokuwiki ```
Then configure the server by going to 127.0.0.1/install.php