10 lines
247 B
YAML
10 lines
247 B
YAML
version: '3.9'
|
|
services:
|
|
varbhat:
|
|
image: 'ghcr.io/varbhat/exatorrent:latest'
|
|
volumes:
|
|
- '/srv/appdata/exatorrent:/exa/exadir'
|
|
environment:
|
|
ports:
|
|
- '42069:42069'
|
|
- '5000:5000' |