docker-scripts/linux/ecosystem/qbittorrent/docker-compose.yml
2022-05-27 00:25:52 +03:00

15 lines
313 B
YAML

version: '3.9'
services:
qbt-latest:
image: "epicmorg/qbittorrent:latest"
build:
context: .
qbt-unstable:
image: "epicmorg/qbittorrent:unstable"
build:
context: .
qbt-stable:
image: "epicmorg/qbittorrent:stable"
build:
context: .
dockerfile: Dockerfile.stable