Files
cgrates/run_devel_docker.sh
2023-06-13 20:14:58 +02:00

4 lines
181 B
Bash
Executable File

#!/bin/bash
docker run --rm -p 3306:3306 -p 6379:6379 -p 2012:2012 -p 2013:2013 -p 2080:2080 -p 27017:27017 -itv `pwd`:/root/code/src/github.com/cgrates/cgrates --name cgr cgrates