9 lines
137 B
YAML
9 lines
137 B
YAML
|
version: '3.1'
|
||
|
|
||
|
services:
|
||
|
ytdl:
|
||
|
image: bennythink/ytdlbot
|
||
|
restart: always
|
||
|
volumes:
|
||
|
- ./data/vnstat/:/var/lib/vnstat/
|