2024-08-15, 09:56 PM
(2024-08-15, 09:53 PM)JonnyGators Wrote: The ONLY thing I"ve found that you've provided that even REFERENCES or ACKNOWLEDGES docker compose is this:Did you notice there is a scrollbar on that sample docker compose, and you missed the few lines at the end?
version: '3.5'
services:
nextpvr:
image: nextpvr/nextpvr_amd64table
container_name: nextpvr
environment:
- PUID=1000
- PGID=100
- TZ=Europe/london
ports:
- 8866:8866
So I posted that in, and it created something - but it doesn't work. It does nothing!
Not that it matters too much. That would have been enough to get the web app running (but wouldn't have been saving your config/recordings anywhere useful)