BookStack
BookStack is a free and open-source platform for organizing and storing information, essentially functioning as a wiki or documentation system. It is designed to be simple, self-hosted, and easy to use.
Services
- bookstack: The main BookStack application.
- bookstack_database: A MariaDB database for BookStack.
How to start
- Create a .envfile based on the.env.examplefile.
- Set the environment variables in the .envfile.
- Run docker-compose up -dto start the application.
- The application will be available at the URL you specified in the APP_URLenvironment variable.
Setup
After starting the application, you can access the web interface and log in with the default credentials:
- Email: admin@admin.com
- Password: password
You will be prompted to change the password after your first login.