Files
Byparr/compose.yaml

13 lines
294 B
YAML

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