Merge branch 'sethforprivacy-app/photoprism/update'
This commit is contained in:
commit
e2b76bb931
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 32400,
|
||||
"id": "plex",
|
||||
"tipi_version": 4,
|
||||
"version": "1.28.1",
|
||||
"tipi_version": 5,
|
||||
"version": "1.28.2",
|
||||
"url_suffix": "/web",
|
||||
"categories": ["media"],
|
||||
"description": "",
|
||||
|
|
|
@ -2,15 +2,17 @@ version: "3.7"
|
|||
|
||||
services:
|
||||
plex:
|
||||
image: lscr.io/linuxserver/plex:1.28.1
|
||||
image: lscr.io/linuxserver/plex:1.28.2
|
||||
container_name: plex
|
||||
network_mode: host
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- VERSION=docker
|
||||
- ADVERTISE_IP=${APP_PROTOCOL:-http}://${APP_DOMAIN}/
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/config:/config
|
||||
- ${APP_DATA_DIR}/data/transcode:/transcode
|
||||
- ${ROOT_FOLDER_HOST}/media/data:/media
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
|
|
Loading…
Reference in New Issue
Block a user