Skip to content

Observations from Docker Setup #444

Description

@rellis-erigon

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions