We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f6c5d commit fd1edc4Copy full SHA for fd1edc4
2 files changed
apps/plex/.env
@@ -2,7 +2,9 @@ W9_REPO=plexinc/pms-docker
2
W9_DIST='community'
3
W9_VERSION='latest'
4
W9_ID='plex'
5
-W9_HTTPS_PORT=32400
6
-W9_HTTPS_PORT_SET='9001'
+W9_HTTP_PORT=32400
+W9_HTTP_PORT_SET='9001'
7
W9_URL='appname.example.com'
8
+W9_RCODE='2GZ5ITB00lhq5'
9
+W9_URL_REPLACE=true
10
W9_NETWORK=websoft9
apps/plex/docker-compose.yml
@@ -8,10 +8,10 @@ services:
image: $W9_REPO:$W9_VERSION
container_name: $W9_ID
ports:
11
- - $W9_HTTPS_PORT_SET:32400
+ - $W9_HTTP_PORT_SET:32400
12
env_file: .env
13
environment:
14
- - TZ=<timezone>
+ - TZ=Asia/Shanghai
15
- PLEX_CLAIM=$W9_RCODE
16
- ADVERTISE_IP=http://$W9_URL
17
volumes:
0 commit comments