Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 424 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 424 Bytes

OpenSIPS Docker Image with MySQL

This docker image is quite the official one with support for MySQL.

Building the image

You can build the docker image by running:

make build

This command will build a docker image with OpenSIPS master version taken from the git repository. To build a different git version, you can run:

OPENSIPS_VERSION=2.2 make build