Docker/Downloads/Exatorrent/docker-compose.yml
2024-04-21 14:42:52 +02:00

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'