-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Discuss] 威联通 NAS 本地安装的一些坑 #50
Comments
同威联通,直接在portainer里改下官方docker compose装就可以了。 |
这要怎么操作呢? |
哦哦, 我是群晖nas!! |
https://mp.weixin.qq.com/s/fWw8OHm9HU-YqA5p0kfghA 建议用内置数据库的,mysql很容易和其他的应用冲突 |
version: '3.9' services: app: networks: volumes: 直接在应用程序下建立。两个端口映射要调整下为不被占用的,比如3306作者映射到13306还有4000端口我映射到了4040,因为我4000被内置数据库的那个占用了。 |
折腾了半天时间,终于在 QNAP 上装好了。我用的是自带的 Mariadb10 数据库,通过 Container Station 安装。下面说下可能遇到的坑:
使用命令行,
或者直接创建容器3307
端口可能不通。通过phpmyadmin创建账户和空数据库,注意主机名选择%
而不是localhost
解决办法:下载
apps/server/prisma/migrations/20240227153512_init/migration.sql
并修改三处为
然后手动导入
Good luck~
我为什么不用云平台?
最近发现 Leancloud 上几年前托管的一个数据库被清空,没有收到任何邮件预警(不排除进了垃圾邮件,但之前是能正常收信的),也没有说明原因,说没就没。这是个很小的项目,行数不过一千多,每天访问量不会超过20,实在想不通,也懒得申诉了。总之,以后尽量避免用免费数据库,就酱
The text was updated successfully, but these errors were encountered: