Skip to content

Commit

Permalink
Turn off Go 1.14 async preemption as it causes issues with CIFS/SMB a…
Browse files Browse the repository at this point in the history
…ccess. See #393
  • Loading branch information
deluan committed Jul 13, 2020
1 parent 1ef17e2 commit 394d3b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pipeline.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 394d3b0

Please sign in to comment.