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:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user