docker-compose.yml 233 B

12345678910
  1. services:
  2. pjsua:
  3. image: pjsua2:v2.14.1026
  4. container_name: pjsua
  5. restart: always
  6. network_mode: host
  7. volumes:
  8. - /home/hongshan/voice-gateway-service:/code
  9. environment:
  10. - SERVE_HOST=192.168.100.159