Turn off Go 1.14 async preemption as it causes issues with CIFS/SMB access. See #393

This commit is contained in:
Deluan 2020-07-12 22:09:51 -04:00
parent 1ef17e2986
commit 394d3b0e67
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ ENV ND_MUSICFOLDER /music
ENV ND_DATAFOLDER /data
ENV ND_LOGLEVEL info
ENV ND_PORT 4533
ENV GODEBUG "asyncpreemptoff=1"
EXPOSE ${ND_PORT}
HEALTHCHECK CMD wget -O- http://localhost:${ND_PORT}/ping || exit 1