Update docker-compose.yml
This commit is contained in:
parent
ba26c15ff1
commit
fdd361a301
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user