mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-26 14:45:42 +03:00
11 lines
188 B
YAML
11 lines
188 B
YAML
version: '3.9'
|
|
services:
|
|
app:
|
|
image: "epicmorg/qbittorrent:latest"
|
|
build:
|
|
context: .
|
|
app-unstable:
|
|
image: "epicmorg/qbittorrent:unstable"
|
|
build:
|
|
context: .
|