Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Fix typo in docker file
  • Loading branch information
elsmorian authored and adejanovski committed Oct 11, 2017
1 parent 630257d commit e2cf31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV REAPER_SEGMENT_COUNT=200 \
REAPER_REPAIR_INTENSITY=0.9 \
REAPER_SCHEDULE_DAYS_BETWEEN=7 \
REAPER_REPAIR_RUN_THREADS=15 \
REAPER_HANING_REPAIR_TIMEOUT_MINS=30 \
REAPER_HANGING_REPAIR_TIMEOUT_MINS=30 \
REAPER_STORAGE_TYPE=memory \
REAPER_ENABLE_CORS=true \
REAPER_INCREMENTAL_REPAIR=false \
Expand Down

0 comments on commit e2cf31c

Please sign in to comment.