Dave Conroy

Results 356 comments of Dave Conroy

If looks as if you are mapping your ./db folders twice. We've spoken privately and your docker-compose is mapping a ./db folder for both the mariadb image and the freepbx-app...

I saw the previous message that was sent over with the logs and docker-compose that made it to me as a notification. I just ran the docker-compose.yml myself and didn't...

Some of us use this with thousands of calls per day on a multi extension system :)

Sure - Set your `HTTP_PORT` to something other than `80`. I have never tested but worked this in a few years ago as a just in case measure.

That _should_ do it TBH. It's been a while since this was all put together. Sadly I think you may have to do some digging inside the container. Starting with...

Hi what tag/release are you using? I released a new version the other day with SpanDSP compiled in.

Hrm. This is where I am a bit lost then what I am missing. If you can do some digging as to what module or if anything needs to run...

Backup Module they've done some hardcoding in their module I see thinking that the database is always exists to the system. I wonder if I'm able to hack it without...

That's interesting. InnoDB should be available in the tiredofit/mariadb image. What's the host system you are running this on? I had some issues with MariaDB in the past on Windows,...

Can you try swapping out the line in the docker compose from `image: tiredofit/mariadb` to `image: mariadb` and see if you encounter the same issue?