在运行 BookStack 应用之前,我们需要创建一个数据库来存储应用程序的数据。我们将使用 Docker Compose 来定义和管理我们的容器化环境。创建一个名为docker-compose.yml的文件,并使用以下内容填充: version:'3'services:db:image:mysql:5.7restart:alwaysenvironment:MYSQL_DATA
docker-compose.yml Dev compose: Set image versions, removed unsupported mysql flag 11个月前 eslint.config.mjs JS: Upated npm deps, upgraded eslint, new eslint config 3个月前 jest.config.ts Lexical: Added testing for some added shortcuts ...
# This is a Docker Compose configuration # intended for development purposes only version:'3' volumes: db:{} services: db: image:mysql:8 environment: MYSQL_DATABASE:bookstack-dev MYSQL_USER:bookstack-test MYSQL_PASSWORD:bookstack-test MYSQL_RANDOM_ROOT_PASSWORD:'true' ...
Attempted Debugging I have read the debugging page Searched GitHub Issues I have searched GitHub for the issue. Describe the Scenario Hi folks! I tried installing Bookstack via stack on Portainer (so via docker-compose). The log file on ...
docker-compose.yml Dev compose: Set image versions, removed unsupported mysql flag Jul 17, 2024 jest.config.ts Lexical: Added testing for some added shortcuts Dec 17, 2024 package-lock.json JS: Updated packages, fixed lint issue Dec 9, 2024 package.json JS: Updated packages, fixed lint iss...
该项目是基于 PHP 和 Laravel 的 wiki 平台,它界面简洁、上手简单,拥有搜索、Markdown 编辑器、绘图、多语言、身份验证等功能。可用来自建 wiki 平台,支持手动安装、Docker 和一键安装脚本,十分简单和方便。
Fixed database error thrown when using out dev docker setup. (#5124) Fixed RTL display issues with tasklist checkboxes. (#5134)For More InformationIf you have any questions or comments about this advisory:Open an issue in the BookStack GitHub repository. Ask on the BookStack Discord chat. Foll...
“BookStack Installed on Docker and Portainer” by DB Tech Both of these provide very useful visual guidance relating to specific hosting platforms that I wouldn’t cover myself, hence helping improve accessibility to the project for a sizable chunk of users. ...
简化程序部署,上docker 微信小程序(放到2.x版本开发) 版本管理 ?(待找到更优解决方案了再实现) 使用weex开发手机端APP ? (vue.js熟练了再抽时间实现) 使用electron开发桌面端,实现类似网易有道云笔记的功能 【版权声明】:服务器导航网所有内容均来自网络和部分原创,若无意侵犯到您的权利,请及时与联系 QQ 2232175...
It can be used to create your own wiki platform and supports manual installation, Docker, as well as a one-click installation script, making it very simple and convenient. Included in: Vol.93 Tags: Self-Hosted PHP wiki Comments Not Used Used Rating: Submit No comments yet...