Files
docker-templates/Byparr/compose.yml
Aaron Pierson 7e8e012417 arr inits
2026-03-08 16:44:58 -05:00

11 lines
264 B
YAML

services:
byparr:
image: ghcr.io/thephaseless/byparr:latest
restart: unless-stopped
init: true
build:
context: .
dockerfile: Dockerfile
# Uncomment below to use byparr outside of internal network
# ports:
# - "8191:8191"