docker-compose.yml 264 B

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