include some commented out code for port 80 redirect
@@ -72,6 +72,8 @@ services:
- media_share:/data
- plex_config:/config
- plex_transcode:/transcode
+ labels:
+ - traefik.http.services.plex.loadbalancer.server.port=32400
radarr:
environment:
@@ -12,6 +12,11 @@ entryPoints:
web:
address: ":80"
+# http:
+# redirections:
+# entryPoint:
+# to: websecure
+# scheme: https
websecure:
address: ":443"