You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ docker create \
11
11
-v /path/to/backups:/data \
12
12
-v /etc/localtime:/etc/localtime:ro \
13
13
-p 4971:4971 -p 4972:4972 \
14
-
computerfr33k/docker-burp-backup-server
14
+
computerfr33k/docker-burp-backup-server:<VERSION>
15
15
```
16
16
17
17
**Parameters**
@@ -36,13 +36,22 @@ Part of what makes our containers work so well is by allowing you to specify you
36
36
37
37
## Setting up the application
38
38
39
+
*Please Note: /etc/burp is located as /config in the docker container.*
39
40
41
+
See the [docs](http://burp.grke.org/docs.html)
40
42
41
-
## Updates
43
+
## Versions
42
44
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
44
48
49
+
* latest - latest version 2 (once I finish setting up the stable version)
50
+
* 1.4.40 - Stable
45
51
52
+
## Updates
53
+
54
+
* To monitor the logs of the container in realtime `docker logs -f burp-server`.
0 commit comments