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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ make build
12
12
This command will build a docker image with OpenSIPS master version taken from
13
13
the git repository. To build a different git version, you can run:
14
14
```
15
-
OPENSIPS_VERSION=2.2 make build
15
+
OPENSIPS_VERSION=3.4 make build
16
16
```
17
17
18
18
To build with MySQL support:
@@ -27,6 +27,7 @@ make start
27
27
28
28
## Variables
29
29
You can set different variables to tune your deployment:
30
+
*`DEBIAN_RELEASE` - sets the base image Debian release (Default: `bullseye`)
30
31
*`OPENSIPS_VERSION` - sets the opensips version (Default: `3.4`)
31
32
*`OPENSIPS_VERSION_MINOR` - forces a specific minor version of opensips (Default: not used, latest will be installed)
32
33
*`OPENSIPS_VERSION_REVISION` - forces a specific revision/build of opensips; only taken into consideration if `OPENSIPS_VERSION_MINOR` is provided (Default: 1)
0 commit comments