Skip to content

Commit 662be36

Browse files
authored
Merge pull request #66 from Gyarbij/dev
2.1.3-rc
2 parents d93c908 + aa079a7 commit 662be36

6 files changed

Lines changed: 331 additions & 158 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ python3 plexist.py
5050

5151
## Docker Deployment
5252

53-
You can run the image via docker run or docker-compose, choice is yours. Multi-Platform mages are available on [Docker Hub](https://hub.docker.com/r/gyarbij/plexist/).
53+
You can run the image via docker run or docker compose, choice is yours. Multi-Platform mages are available on [Docker Hub](https://hub.docker.com/r/gyarbij/plexist/).
5454

5555
Configure the parameters as required. Plex URL and TOKEN are mandatory and the options for your respective streaming service.
5656

@@ -83,7 +83,7 @@ docker run -d \
8383

8484
docker-compose.yml should be configured per the below, if you don't user Spotify you can remove the Spotify variables and vice versa for Deezer.
8585

86-
A template is Here: [docker-compose.yml](https://github.com/gyarbij/plexist/blob/main/assets/docker-compose.yml)
86+
A template is Here: [docker-compose.yml](https://github.com/gyarbij/plexist/blob/main/assets/compose.yaml)
8787

8888
```
8989
version: '3.8'

SECURITY.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22

33
## Supported Versions
44

5-
The only version supported is the current tag:latest build located at [Docker Hub](https://hub.docker.com/r/gyarbij/wireui/tags)
5+
The only versions supported are tags:
6+
- latest
7+
- dev
8+
9+
located at [Docker Hub](https://hub.docker.com/r/gyarbij/plexist/tags)
610

711

812
## Reporting a Vulnerability
913

1014
To report a vulnerability, email gyarbij@pm.me
1115

12-
If it's something you can fix, please feel free to open a pull request.
16+
If it's something you can fix, please feel free to open a pull request.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: '3.9'
21
services:
32
plexist:
43
container_name: plexist
@@ -16,4 +15,6 @@ services:
1615
- SPOTIFY_USER_ID=<your spotify user id>
1716
- DEEZER_USER_ID=<deezer user id>
1817
- DEEZER_PLAYLIST_ID=https://www.deezer.com/en/playlist/10484834882
18+
volumes:
19+
- <YOURPATH>:/app/data
1920
restart: unless-stopped

0 commit comments

Comments
 (0)