arr inits
This commit is contained in:
11
Byparr/compose.yml
Normal file
11
Byparr/compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user