Hi,
new to the product, but has successfully installed and worked with it on CentOS servers. However, we want to run development locally and use Docker for this.
Created a simple docker compose:
image: flashphoner/webcallserver:latest
ports:
- "22:22"
- "8443:8443"
- "8444:8444"
-...