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