Remove redundant certs;Fix sealed secret keys;Workaround IPv6;Housekeeping

This commit is contained in:
2022-03-14 09:56:36 +01:00
parent 360cce7f13
commit f8ea8b112d
7 changed files with 15 additions and 11 deletions

View File

@ -31,6 +31,10 @@ spec:
containers:
- name: sabnzbd
image: bv11-cr01.bessems.eu/proxy/linuxserver/sabnzbd
command: ["/bin/sh"]
args:
- -c
- "sed -e '/-server/c\ --config-file /config --server \":8080\"' -i /etc/services.d/sabnzbd/run;/init"
ports:
- name: web
containerPort: 8080