mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-01 03:20:29 +00:00
Changed freepbx network to host
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
496dbb6b46
commit
964d643195
@ -4,13 +4,6 @@ services:
|
|||||||
freepbx:
|
freepbx:
|
||||||
container_name: freepbx
|
container_name: freepbx
|
||||||
image: tiredofit/freepbx
|
image: tiredofit/freepbx
|
||||||
ports:
|
|
||||||
- 8012:80
|
|
||||||
- 5060:5060
|
|
||||||
- 5160:5160
|
|
||||||
- 18000-18100:18000-18100/udp
|
|
||||||
#### Flash Operator Panel
|
|
||||||
- 4445:4445
|
|
||||||
volumes:
|
volumes:
|
||||||
- /docker/freepbx/certs:/certs
|
- /docker/freepbx/certs:/certs
|
||||||
- /docker/freepbx/data:/data
|
- /docker/freepbx/data:/data
|
||||||
@ -24,6 +17,7 @@ services:
|
|||||||
- DB_EMBEDDED=TRUE
|
- DB_EMBEDDED=TRUE
|
||||||
|
|
||||||
restart: always
|
restart: always
|
||||||
|
network_mode: host
|
||||||
|
|
||||||
### These final lines are for Fail2ban. If you don't want, comment and also add ENABLE_FAIL2BAN=FALSE to your environment
|
### These final lines are for Fail2ban. If you don't want, comment and also add ENABLE_FAIL2BAN=FALSE to your environment
|
||||||
cap_add:
|
cap_add:
|
||||||
|
Loading…
Reference in New Issue
Block a user