mirror of
https://github.com/darkzoul5/YoutubePlaylistSync.git
synced 2026-09-18 20:43:54 +03:00
Update .gitignore and README
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#Custom for this project
|
#Custom for this project
|
||||||
yt-playlist-config.json
|
yt-playlist-config.json
|
||||||
/bin/
|
/bin
|
||||||
/config/
|
/config/
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
|||||||
@@ -116,7 +116,7 @@ You can run YouTube Playlist Downloader using the official Docker image.
|
|||||||
### Run the container
|
### Run the container
|
||||||
|
|
||||||
```pwsh
|
```pwsh
|
||||||
docker run -v /path/to/downloads:/app/downloads -v /path/to/config:/app/config ghcr.io/dark_zoul/YoutubePlaylistDownloader:latest
|
docker run -v /path/to/downloads:/app/downloads -v /path/to/config:/app/config ghcr.io/dark_zoul/ytpld:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace `/path/to/downloads` and `/path/to/config` with your local directories.
|
Replace `/path/to/downloads` and `/path/to/config` with your local directories.
|
||||||
@@ -133,7 +133,7 @@ Create a `docker-compose.yml` with the following content (replace the host paths
|
|||||||
```yaml
|
```yaml
|
||||||
services:
|
services:
|
||||||
yt-downloader:
|
yt-downloader:
|
||||||
image: ghcr.io/dark_zoul/YoutubePlaylistDownloader:latest
|
image: ghcr.io/dark_zoul/ytpld:latest
|
||||||
container_name: yt-downloader
|
container_name: yt-downloader
|
||||||
restart: no
|
restart: no
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user