mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
Bookstack
Overview
BookStack is a self-hosted wiki platform for organizing and storing documentation in a simple, book/chapter/page structure. This Docker Compose stack allows easy deployment with persistent storage.
Project Details
- Project Repository: Bookstack Official
- Container Image: Docker Hub
- Compose Example: Compose
- Documentation: Docs
- Reverse Proxy Port:
8080
Notes
APP_KEY
Generate an APP_KEY: echo -n "base64:"$(openssl rand -base64 32)
Default Password
- Username/Email: admin@admin.com
- Password: password
After logging in, go to Settings > My Account to update the password (and email if desired). This prevents unauthorized access.