mirror of
https://github.com/pvlnes/homelab.git
synced 2026-04-05 19:21:46 +00:00
11 lines
229 B
YAML
11 lines
229 B
YAML
services:
|
|
isponsorblocktv:
|
|
image: ghcr.io/dmunozv04/isponsorblocktv:latest
|
|
container_name: isponsorblocktv
|
|
restart: unless-stopped
|
|
|
|
network_mode: "host"
|
|
|
|
volumes:
|
|
- /srv/isponsorblocktv/data:/app/data
|