mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
4 lines
145 B
Bash
Executable File
4 lines
145 B
Bash
Executable File
#/usr/bin/env sh
|
|
|
|
docker run --rm -p 3306:3306 -p 6379:6379 -p 2012:2012 -itv `pwd`:/root/code/src/github.com/cgrates/cgrates --name cgr cgrates
|