Skip to content

Commit c64b3c7

Browse files
committed
update/refresh
1 parent ed65e61 commit c64b3c7

File tree

3 files changed

+2379
-1054
lines changed

3 files changed

+2379
-1054
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM centos:7
2-
MAINTAINER Lawrence Stubbs <[email protected]>
2+
3+
LABEL maintainer="[email protected]"
34

45
RUN rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm \
56
&& yum install -y wget \

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22

33
https://www.issabel.org/
44

5-
65
Custom macvlan setup:
7-
```
6+
7+
```shell
88
docker network create -d macvlan \
99
-o macvlan_mode=bridge \
1010
--subnet=111.222.333.443/29 \
1111
--gateway=111.222.333.444 \
1212
-o parent=eth1 macvlan_bridge
1313
```
14+
1415
For the firewall to work adding `--cap-add=NET_ADMIN` is necessary.
1516
For best performance use `--net=host` or custom networking.
16-
```
17+
18+
```shell
1719
docker run --name issabel \
1820
-p 25:25 -p 82:80 -p 465:465 -p 2122:2122 -p 5038:5038 \
1921
-p 5060:5060/tcp -p 5060:5060/udp -p 5061:5061/tcp -p 5061:5061/udp \
@@ -28,12 +30,13 @@ docker run --name issabel \
2830
This build also assume reverse proxy is setup.
2931
This build setup to use https://github.com/adi90x/rancher-active-proxy
3032

31-
```
33+
```shell
3234
-v /nginx/rancher-active-proxy/letsencrypt/archive/unified.pbx.host:/etc/letsencrypt/archive/unified.pbx.host \
3335
-l rap.host=unified.pbx.host \
3436
-l rap.le_host=unified.pbx.host \
3537
-l rap.https_method=noredirect \
3638
```
3739

38-
### Docker Hub
40+
## Docker Hub
41+
3942
https://hub.docker.com/r/technoexpress/issabel-pbx/builds/ automatically builds the latest changes into images which can easily be pulled and ran with a simple `docker run` command.

0 commit comments

Comments
 (0)