Shreyansh
Results
1
issues of
Shreyansh
podman-compose.yml ``` version: "2" services: qx-cp1:asterisk:18 image: network_mode: "host" restart: always volumes: - ./conf_sync:/etc/asterisk qx-cp2: image:asterisk:18 network_mode: "host" restart: always volumes: - ./conf_sync2:/etc/asterisk qx-node1: image: testimage::2.0.5-node18 restart: always labels: com.callqx.type:...