mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-09-20 21:42:24 +03:00
refactor: move docker files to /docker folder;
remove old buid workflow;
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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
|
||||
Reference in New Issue
Block a user