mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 14:44:57 +00:00
9 lines
141 B
YAML
9 lines
141 B
YAML
version: '3.4'
|
|
|
|
services:
|
|
dockerqbittorrentvpn:
|
|
image: dockerqbittorrentvpn
|
|
build:
|
|
context: .
|
|
dockerfile: ./Dockerfile
|