Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
0xHJK committed Aug 11, 2020
1 parent ace5ae2 commit 96a157c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,14 @@ docker run -itd --name stock \
pythonstock/pythonstock:latest
```

或者使用docker compose
```
mkdir -p ./data/mariadb/data
mkdir -p ./data/notebooks
docker-compose up
```

进入镜像:
```
docker exec -it stock bash
Expand Down

0 comments on commit 96a157c

Please sign in to comment.