Docker Compose file would be good
this is what i have working
version: '3.8'
services:
lightnvr:
image: ghcr.io/opensensor/lightnvr:latest
container_name: lightnvr
restart: unless-stopped
ports:
- "8080:8080"
- "8554:8554"
- "8555:8555"
- "8555:8555/udp"
- "1984:1984"
volumes:
- ./config:/etc/lightnvr
- ./data:/var/lib/lightnvr/data
environment:
- TZ=America/New_York
When adding ONVIF Discovery cameras, you can only add 1 at a time then re search all for the Cameras.
Some issue with chrome where you log in it logs in and then instantly kicks you back to the log in screen
Docker Compose file would be good
this is what i have working
version: '3.8'
services:
lightnvr:
image: ghcr.io/opensensor/lightnvr:latest
container_name: lightnvr
restart: unless-stopped
ports:
- "8080:8080"
- "8554:8554"
- "8555:8555"
- "8555:8555/udp"
- "1984:1984"
volumes:
- ./config:/etc/lightnvr
- ./data:/var/lib/lightnvr/data
environment:
- TZ=America/New_York
When adding ONVIF Discovery cameras, you can only add 1 at a time then re search all for the Cameras.
Some issue with chrome where you log in it logs in and then instantly kicks you back to the log in screen