mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-07-04 04:53:58 +03:00
6d8649ac2d
remove old buid workflow;
10 lines
221 B
YAML
10 lines
221 B
YAML
version: '3.8'
|
|
services:
|
|
ytplst:
|
|
image: git.darkzoul.org/dark_zoul/ytplst:latest
|
|
container_name: ytplst
|
|
restart: no
|
|
volumes:
|
|
- /path/to/downloads:/app/downloads
|
|
- /path/to/config:/app/config
|