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

Commit 58607b1

Browse files
committed
updated README.md
1 parent b893133 commit 58607b1

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ docker create \
1111
-v /path/to/backups:/data \
1212
-v /etc/localtime:/etc/localtime:ro \
1313
-p 4971:4971 -p 4972:4972 \
14-
computerfr33k/docker-burp-backup-server
14+
computerfr33k/docker-burp-backup-server:<VERSION>
1515
```
1616

1717
**Parameters**
@@ -36,13 +36,22 @@ Part of what makes our containers work so well is by allowing you to specify you
3636

3737
## Setting up the application
3838

39+
*Please Note: /etc/burp is located as /config in the docker container.*
3940

41+
See the [docs](http://burp.grke.org/docs.html)
4042

41-
## Updates
43+
## Versions
4244

43-
* To monitor the logs of the container in realtime `docker logs -f burp-server`.
45+
The version number corresponds to what version of burp server you want to run. This allows you to stay on a specific version of the software without having to worry about all of a sudden getting a different version that is incompatible with your configs.
46+
47+
### Available Versions
4448

49+
* latest - latest version 2 (once I finish setting up the stable version)
50+
* 1.4.40 - Stable
4551

52+
## Updates
53+
54+
* To monitor the logs of the container in realtime `docker logs -f burp-server`.
4655

4756
## Version History
4857

0 commit comments

Comments
 (0)