https://github.com/estavadormir/simple-plex-docker
Simple Plex server on docker compose.
https://github.com/estavadormir/simple-plex-docker
docker-compose plex
Last synced: 9 months ago
JSON representation
Simple Plex server on docker compose.
- Host: GitHub
- URL: https://github.com/estavadormir/simple-plex-docker
- Owner: estavadormir
- License: mit
- Created: 2023-11-04T18:00:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-05T01:24:26.000Z (over 2 years ago)
- Last Synced: 2025-01-11T22:47:13.073Z (over 1 year ago)
- Topics: docker-compose, plex
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-plex-docker
I was in need of a Simple Plex server using docker compose, so I've come up with this config:
Radarr, Sonarr, Prowlarr, qbittorrent, overseerr, flaresolverr, watchtower, autoheal
Give proper permissions to your media folders depending on the group id and user id, for instance if you use 1000:
```
sudo chown 1000:1000 ./path
```