Skip to content
This repository was archived by the owner on Jun 24, 2020. It is now read-only.

Commit 5222d3b

Browse files
Update README.md
1 parent 7429e47 commit 5222d3b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Docker Image
22

33
[![](https://images.microbadger.com/badges/image/computerfr33k/burp-server.svg)](http://microbadger.com/images/computerfr33k/burp-server "Get your own image badge on microbadger.com")
4-
54
[![](https://images.microbadger.com/badges/version/computerfr33k/burp-server.svg)](http://microbadger.com/images/computerfr33k/burp-server "Get your own version badge on microbadger.com")
65

76
# Build
@@ -28,9 +27,9 @@ docker create \
2827
* `-p 4971 -p 4972` - the port(s)
2928
* `-v /etc/burp` - Configuration file location
3029
* `-v /data` - Location for backups
31-
* `-e ENABLE_CRON_SUMMARY=1` - Enables emailing a daily summary - *optional*
30+
* `-e ENABLE_CRON_SUMMARY=0` - Enables emailing a daily summary (default: false) - *optional*
3231
* `-e BURP_EMAIL="[email protected]"` - Sets the email address to send the daily summary to. - *only required if cron summary is enabled*
33-
* `-e DISABLE_CRON_DEDUP=1` - Disables running dedup cron job - *optional*
32+
* `-e ENABLE_CRON_DEDUP=1` - Disables running dedup cron job (default: true) - *optional*
3433

3534
It is based on alpine linux with ssh disabled, for shell access whilst the container is running do `docker exec -it burp-server /bin/bash`.
3635

0 commit comments

Comments
 (0)