10 lines
291 B
YAML
10 lines
291 B
YAML
services:
|
|
byparr:
|
|
container_name: byparr
|
|
image: ghcr.io/thephaseless/byparr:latest
|
|
restart: unless-stopped
|
|
shm_size: 2gb
|
|
volumes:
|
|
- /home/docker/byparr/screenshots:/app/screenshots # (optional) For screenshots when exception occurs
|
|
ports:
|
|
- "8191:8191"
|