WikiDocs
A databaseless markdown flat-file wiki engine.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3'
services:
wikidocs:
image: zavy86/wikidocs
environment:
- PUID=1000
- PGID=1000
ports:
- 80:80
volumes:
- /path/to/local/wikidocs/datasets/or/volume:/datasets
restart: unless-stoppedResources
Website: https://wikidocs.it/
GitHub: https://github.com/Zavy86/WikiDocs
Docker Hub : https://hub.docker.com/r/zavy86/wikidocs
Configuration: https://wikidocs.it/setup