Fix filebrowser port
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2023-12-17 19:34:59 -05:00
parent 74644edf8f
commit 4b0a9b5e64
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ spec:
- name: plex-media
mountPath: /srv
ports:
- containerPort: 8080
- containerPort: 80
volumes:
- name: plex-config

View File

@ -14,5 +14,5 @@ spec:
targetPort: 32400
- name: filebrowswer
protocol: TCP
port: 8080
targetPort: 8080
port: 80
targetPort: 80