chore(docker): remove GODEBUG=asyncpreemptoff=1 flag, as it should not be needed on Go 1.15+
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
c21aee7360
commit
12d0898585
1 changed files with 0 additions and 1 deletions
|
|
@ -137,7 +137,6 @@ ENV ND_MUSICFOLDER=/music
|
||||||
ENV ND_DATAFOLDER=/data
|
ENV ND_DATAFOLDER=/data
|
||||||
ENV ND_CONFIGFILE=/data/navidrome.toml
|
ENV ND_CONFIGFILE=/data/navidrome.toml
|
||||||
ENV ND_PORT=4533
|
ENV ND_PORT=4533
|
||||||
ENV GODEBUG="asyncpreemptoff=1"
|
|
||||||
RUN touch /.nddockerenv
|
RUN touch /.nddockerenv
|
||||||
|
|
||||||
EXPOSE ${ND_PORT}
|
EXPOSE ${ND_PORT}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue