changed to linuxserver base image and updated doc stirng
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
# documentation: https://github.com/plexinc/pms-docker
|
# documentation: https://docs.linuxserver.io/images/docker-plex/
|
||||||
# slogan: Plex combines free movies & TV with the best free streaming services, so there’s always more to discover.
|
# slogan: Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices.
|
||||||
# tags: media, server, movies, tv, music
|
# tags: media, server, movies, tv, music
|
||||||
# logo: svgs/plex.svg
|
# logo: svgs/plex.svg
|
||||||
# port: 32400
|
# port: 32400
|
||||||
|
|
||||||
services:
|
services:
|
||||||
plex:
|
plex:
|
||||||
image: plexinc/pms-docker:latest
|
image: lscr.io/linuxserver/plex:latest
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_FQDN_PLEX_32400
|
- SERVICE_FQDN_PLEX_32400
|
||||||
- _APP_URL=$SERVICE_FQDN_PLEX
|
- _APP_URL=$SERVICE_FQDN_PLEX
|
||||||
@@ -18,8 +18,8 @@ services:
|
|||||||
# - "/dev/dri:/dev/dri"
|
# - "/dev/dri:/dev/dri"
|
||||||
volumes:
|
volumes:
|
||||||
- plex-config:/config
|
- plex-config:/config
|
||||||
- plex-tvshows:/data/tvshows
|
- plex-tv:/tv
|
||||||
- plex-movies:/data/movies
|
- plex-movies:/movies
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:32400/identity"]
|
test: ["CMD", "curl", "-f", "http://localhost:32400/identity"]
|
||||||
interval: 2s
|
interval: 2s
|
||||||
|
|||||||
Reference in New Issue
Block a user