'update files with ansible'
This commit is contained in:
parent
5dc91fba4c
commit
56faf42f86
@ -7,7 +7,8 @@ LABEL maintainer="Jonathan Ervine docker@ervine.org"
|
|||||||
ENV LANG='en_US.UTF-8' \
|
ENV LANG='en_US.UTF-8' \
|
||||||
LANGUAGE='en_US.UTF-8' \
|
LANGUAGE='en_US.UTF-8' \
|
||||||
TERM='xterm' \
|
TERM='xterm' \
|
||||||
VERSION='3'
|
VERSION='3' \
|
||||||
|
MONO_TLS_PROVIDER=legacy
|
||||||
|
|
||||||
RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \
|
RUN echo http://dl-4.alpinelinux.org/alpine/edge/testing >> /etc/apk/repositories && \
|
||||||
apk -U update && \
|
apk -U update && \
|
||||||
@ -29,4 +30,4 @@ EXPOSE 8989
|
|||||||
|
|
||||||
USER sonarr
|
USER sonarr
|
||||||
|
|
||||||
CMD [ "exec", "env", "MONO_TLS_PROVIDER=legacy", "/usr/bin/mono", "--debug", "/Sonarr/Sonarr.exe", "--nobrowser", "--data=/config" ]
|
CMD [ "/usr/bin/mono", "--debug", "/Sonarr/Sonarr.exe", "--nobrowser", "--data=/config" ]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user