Initial Release 🚀
DokuWiki Docker Image v1.0.1 - Initial Release 🚀
We are excited to announce the first release of our DokuWiki Docker image! This release provides a secure, rootless Docker implementation of DokuWiki with persistent storage support.
✨ Key Features
- Based on official PHP 8.3 Apache image
- Runs completely as non-root user (www-data)
- Persistent storage support for all critical components
- Pre-configured with essential security settings
- LDAP support built-in
- Includes minimal template for clean interface
🔒 Security Features
- Non-root execution
- No new privileges allowed
- Minimal base image
- Secure default configurations
📦 Pre-installed Components
- PHP 8.3 with Apache
- Essential PHP extensions (LDAP, ZIP)
- Minimal template for improved user experience
- Basic configuration files
🚀 Getting Started
Quick start with Docker Compose:
docker volume create dokuwiki_data
docker compose up -d
Access the installation wizard at: http://localhost:8080/install.php
📝 Notes
- This is a stable release ready for production use
- All core functionalities have been tested
- Documentation is available in the README