Skip to content

Commit

Permalink
Merge pull request #7 from IndustryEssentials/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
yance-dev authored Nov 9, 2022
2 parents c4360cb + ea57030 commit 8984c7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ http://YOUR_HOST_IP:8080
默认管理员账号、密码:

```
ymir@intellif.com
ymir@2022
labelfree@viesc.com
labelfree@2022
```

一切完成,开始标注工作吧!
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:

label_celery_worker:
image: labelfree/open:latest
command: celery -A labelfree.app.celery worker -l info
command: celery -A labelfree.app.celery worker -l info -B
environment:
SQLALCHEMY_DATABASE_URI: mysql+pymysql://root:${MYSQL_ROOT_PASSWORD}@label_mysql:3306/labelfree
REDIS_HOST: label_redis
Expand Down

0 comments on commit 8984c7b

Please sign in to comment.