Update docker-compose.yml

This commit is contained in:
Karl 2026-01-31 13:31:17 +00:00
parent ba26c15ff1
commit fdd361a301

View File

@ -120,17 +120,17 @@ services:
# cap_add: # cap_add:
# - NET_ADMIN # Required if you are using Pi-hole as your DHCP server, else not needed # - NET_ADMIN # Required if you are using Pi-hole as your DHCP server, else not needed
restart: unless-stopped restart: unless-stopped
nextpvr: # nextpvr:
container_name: nextpvr # container_name: nextpvr
volumes: # volumes:
- '/mnt/setupfordad/nextpvr/config:/config' # - '/mnt/setupfordad/nextpvr/config:/config'
# - 'c:\media\recordings:/recordings' # # - 'c:\media\recordings:/recordings'
- '/mnt/setupfordad/nextpvr/buffer\:/buffer' # - '/mnt/setupfordad/nextpvr/buffer\:/buffer'
restart: unless-stopped # restart: unless-stopped
ports: # ports:
- '7807:8866' # - '7807:8866'
- '16891:16891/udp' # - '16891:16891/udp'
image: 'nextpvr/nextpvr_amd64:stable' # image: 'nextpvr/nextpvr_amd64:stable'
portainer: portainer:
container_name: portainer container_name: portainer
image: portainer/portainer-ce:lts image: portainer/portainer-ce:lts