'update files with ansible'

This commit is contained in:
jonny 2021-06-27 16:08:51 +00:00
parent 3edbbd170d
commit 1c6adf4bf1
2 changed files with 2 additions and 2 deletions

View File

@ -29,4 +29,4 @@ EXPOSE 8989
USER sonarr
CMD [ "/usr/bin/mono", "--debug", "/Sonarr/Sonarr.exe", "--nobrowser", "--data=/config" ]
CMD [ "exec", "env", "MONO_TLS_PROVIDER=legacy", "/usr/bin/mono", "--debug", "/Sonarr/Sonarr.exe", "--nobrowser", "--data=/config" ]

View File

@ -14,7 +14,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.1.8
version: 0.1.9
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.