1 Star 0 Fork 0

酸与/环宇先锋电竞馆

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.yml 605 Bytes
一键复制 编辑 原始数据 按行查看 历史
酸与 提交于 2024-02-23 18:30 . 123
version: "2"
services:
mysql:
image: mysql:8.0.13
restart: always
command: --default-authentication-plugin=mysql_native_password
container_name: thinkcmf-db
environment:
- MYSQL_ROOT_PASSWORD=Root@123
- MYSQL_USER=thinkcmf
- MYSQL_PASSWORD=Thinkcmf@123
- MYSQL_DATABASE=thinkcmf
- TZ=Asia/Shanghai
volumes:
- ./mysql:/var/lib/mysql
ports:
- "3306:3306"
- "80:80"
expose:
- 80
thinkcmf:
build: .
network_mode: service:mysql
restart: always
container_name: thinkcmf-web
depends_on:
- mysql
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wl1989_code/huanyu-pioneer-esports-hall.git
git@gitee.com:wl1989_code/huanyu-pioneer-esports-hall.git
wl1989_code
huanyu-pioneer-esports-hall
环宇先锋电竞馆
master

搜索帮助