古いスマホをWebRTCで監視カメラにした時のメモ | 7me
$ direnv allow
$ npm i socket.io
$ vim docker-compose.yml
// Change IP address
services:
camera-hub-dnsmasq:
extra_hosts:
- "camera-hub.local:192.168.2.204"
- "socket.camera-hub.local:192.168.2.204"
$ docker-compose up -d
Check if you can access the domain you set