BookStack is a simple, self-hosted, easy-to-use platform for organizing and storing information.
To start the BookStack and MySQL containers, run
docker compose up --detach
Once the containers are running, you can access BookStack at http://localhost:6875, using
- Username:
admin@admin.com
- Password:
password
To stop and remove the containers, run
docker compose down --volumes