1 Star 0 Fork 222

孤城落寞/next-terminal

forked from dushixiang/next-terminal 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.yml 637 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: '3.3'
services:
guacd:
image: dushixiang/guacd:latest
environment:
GUACD_LOG_LEVEL: debug
volumes:
- ../data:/usr/local/next-terminal/data
ports:
- "4822:4822"
restart:
always
mysql:
image: mysql:8.0
environment:
MYSQL_DATABASE: next-terminal
MYSQL_USER: next-terminal
MYSQL_PASSWORD: next-terminal
MYSQL_ROOT_PASSWORD: next-terminal
volumes:
- ../data/mysql:/var/lib/mysql
ports:
- "3306:3306"
restart:
always
networks:
next-terminal:
ipam:
driver: default
config:
- subnet: 172.77.77.0/24
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gclm/next-terminal.git
git@gitee.com:gclm/next-terminal.git
gclm
next-terminal
next-terminal
master

搜索帮助