Skip to content

Commit

Permalink
perf: 去掉debug信息
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler committed Mar 18, 2021
1 parent f076b62 commit f4174be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/docker-compose-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
- ${VOLUME_DIR}/core/data:/opt/jumpserver/data
- ${VOLUME_DIR}/core/logs:/opt/jumpserver/logs
healthcheck:
test: "cd /opt/jumpserver/apps && python manage.py check_celery"
test: "cd /opt/jumpserver/apps && python manage.py check_celery &> /dev/null"
interval: 60s
timeout: 10s
retries: 10
Expand Down

0 comments on commit f4174be

Please sign in to comment.