Skip to content

Commit fd1edc4

Browse files
committed
plex
1 parent 18f6c5d commit fd1edc4

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

apps/plex/.env

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ W9_REPO=plexinc/pms-docker
22
W9_DIST='community'
33
W9_VERSION='latest'
44
W9_ID='plex'
5-
W9_HTTPS_PORT=32400
6-
W9_HTTPS_PORT_SET='9001'
5+
W9_HTTP_PORT=32400
6+
W9_HTTP_PORT_SET='9001'
77
W9_URL='appname.example.com'
8+
W9_RCODE='2GZ5ITB00lhq5'
9+
W9_URL_REPLACE=true
810
W9_NETWORK=websoft9

apps/plex/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ services:
88
image: $W9_REPO:$W9_VERSION
99
container_name: $W9_ID
1010
ports:
11-
- $W9_HTTPS_PORT_SET:32400
11+
- $W9_HTTP_PORT_SET:32400
1212
env_file: .env
1313
environment:
14-
- TZ=<timezone>
14+
- TZ=Asia/Shanghai
1515
- PLEX_CLAIM=$W9_RCODE
1616
- ADVERTISE_IP=http://$W9_URL
1717
volumes:

0 commit comments

Comments
 (0)