Byparr/compose.yaml
2025-01-16 13:43:10 +01:00

11 lines
187 B
YAML

services:
byparr:
image: ghcr.io/thephaseless/byparr
build:
context: .
dockerfile: Dockerfile
environment:
- LOG_LEVEL=INFO
ports:
- "8191:8191"