11 lines
264 B
YAML
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" |