Skip to content

Commit 892f120

Browse files
committed
add more docs
1 parent 9180cee commit 892f120

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
# cube gitbase(mysql) docker-compose running
22

3-
> with redis for cache
3+
> with redis for cache
4+
5+
## basic running (include gitbase-web,gitbase,cube,redis)
6+
7+
```code
8+
docker-compose up -d
9+
```
10+
11+
## with uast running (add bblfsh server)
12+
13+
```code
14+
docker-compose -f docker-compose-bblfsh.yaml up -d
15+
```

0 commit comments

Comments
 (0)