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:
# - NET_ADMIN # Required if you are using Pi-hole as your DHCP server, else not needed
restart: unless-stopped
nextpvr:
container_name: nextpvr
volumes:
- '/mnt/setupfordad/nextpvr/config:/config'
# - 'c:\media\recordings:/recordings'
- '/mnt/setupfordad/nextpvr/buffer\:/buffer'
restart: unless-stopped
ports:
- '7807:8866'
- '16891:16891/udp'
image: 'nextpvr/nextpvr_amd64:stable'
# nextpvr:
# container_name: nextpvr
# volumes:
# - '/mnt/setupfordad/nextpvr/config:/config'
# # - 'c:\media\recordings:/recordings'
# - '/mnt/setupfordad/nextpvr/buffer\:/buffer'
# restart: unless-stopped
# ports:
# - '7807:8866'
# - '16891:16891/udp'
# image: 'nextpvr/nextpvr_amd64:stable'
portainer:
container_name: portainer
image: portainer/portainer-ce:lts