├── Dockerfile ├── LICENSE ├── README.md ├── assets ├── 3cx-archive-keyring.gpg ├── 3cx_fix_perms.service ├── 3cx_fix_perms.sh └── 3cxpbx.list └── run.sh /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekondayan/docker-3cx/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekondayan/docker-3cx/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekondayan/docker-3cx/HEAD/README.md -------------------------------------------------------------------------------- /assets/3cx-archive-keyring.gpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekondayan/docker-3cx/HEAD/assets/3cx-archive-keyring.gpg -------------------------------------------------------------------------------- /assets/3cx_fix_perms.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekondayan/docker-3cx/HEAD/assets/3cx_fix_perms.service -------------------------------------------------------------------------------- /assets/3cx_fix_perms.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekondayan/docker-3cx/HEAD/assets/3cx_fix_perms.sh -------------------------------------------------------------------------------- /assets/3cxpbx.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekondayan/docker-3cx/HEAD/assets/3cxpbx.list -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ekondayan/docker-3cx/HEAD/run.sh --------------------------------------------------------------------------------