byparr/docker-compose.yaml
2024-07-25 01:01:49 +00:00

10 lines
187 B
YAML

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