'update files with ansible'
This commit is contained in:
parent
3edbbd170d
commit
1c6adf4bf1
@ -29,4 +29,4 @@ EXPOSE 8989
|
|||||||
|
|
||||||
USER sonarr
|
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" ]
|
||||||
|
|||||||
@ -14,7 +14,7 @@ type: application
|
|||||||
|
|
||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# 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.
|
# 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
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application.
|
# incremented each time you make changes to the application.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user