Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 456 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 456 Bytes

docker-dora

通过 docker-compose 快速启动 dora

1. 克隆

git clone https://github.com/dora-projects/docker-dora.git

2. 修改配置

cd docker-dora

# 按需修改 .env 文件中的配置信息(密码等)
# 查看文档 https://nancode.gitee.io/dora/docs/config
vi .env

3. 启动 / 停止

# start
docker-compose up -d

# stop
docker-compose down
  1. 访问 浏览器打开 http://localhost:8080