Update .gitignore and README

This commit is contained in:
2026-03-07 21:22:31 +02:00
parent 70e90ce9be
commit b91d3f4c48
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#Custom for this project
yt-playlist-config.json
/bin/
/bin
/config/
# Byte-compiled / optimized / DLL files
__pycache__/
+2 -2
View File
@@ -116,7 +116,7 @@ You can run YouTube Playlist Downloader using the official Docker image.
### Run the container
```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.
@@ -133,7 +133,7 @@ Create a `docker-compose.yml` with the following content (replace the host paths
```yaml
services:
yt-downloader:
image: ghcr.io/dark_zoul/YoutubePlaylistDownloader:latest
image: ghcr.io/dark_zoul/ytpld:latest
container_name: yt-downloader
restart: no
volumes: