Skip to content

Commit

Permalink
Merge pull request #69 from jumpserver/dev
Browse files Browse the repository at this point in the history
perf: 去掉debug信息
  • Loading branch information
ibuler authored Mar 18, 2021
2 parents 3796205 + f4174be commit ab7a354
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 ab7a354

Please sign in to comment.