18
This commit is contained in:
@@ -70,5 +70,12 @@ docker run -p 3306:3306 \
|
||||
7b0fa3686a4f0adf
|
||||
SELECT * FROM information_schema.`INNODB_TRX`;
|
||||
```
|
||||
docker compose up -d
|
||||
docker compose --profile m up -d
|
||||
go env -w GO111MODULE=on
|
||||
go env -w GOPROXY=https://goproxy.cn,direct
|
||||
|
||||
|
||||
bash bootstrap.sh
|
||||
mage
|
||||
mage start
|
||||
docker exec -it mongo mongorestore --uri="mongodb://openIM:n1e5a6s6m7@172.18.0.1:37017/openim_v3" /data/backup/3/openim_v3
|
||||
|
||||
Reference in New Issue
Block a user