tiredofit / docker-freepbx

Dockerized FreePBX 15 w/Asterisk 17, Seperate MySQL Database support, and Data Persistence and UCP
MIT License
516 stars 236 forks source link

Install on NAS QNAP TS-431P2 #47

Open sonosergio opened 5 years ago

sonosergio commented 5 years ago

I'm trying to install it but I have the following error:

Background task error for create freepbx-1: UnixHTTPConnectionPool(host='localhost', port=None): Read timed out. (read timeout=90)

Thanks

sylhero commented 5 years ago

@sonosergio it's the docker-compose/docker thing, try this COMPOSE_HTTP_TIMEOUT=300 docker-compose up

arnesom commented 5 years ago

How do you propose to do that? QNAP's ContainerStation has a 100% graphical user interface.

my-umd commented 4 years ago

@sonosergio probably you set the docker network mode to NAT? I had this issue on my TS-453Be when I use the NAT mode. After I switch the setting to the Bridge mode, it installed and working. I also use the MySQL server that ships with the QNAP. You just need to set the database address and credential in environment variables in advanced settings. Set DB_EMBEDDED to FALSE.