mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
Turn off Go 1.14 async preemption as it causes issues with CIFS/SMB access. See #393
This commit is contained in:
parent
1ef17e2986
commit
394d3b0e67
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pipeline.dockerfile
vendored
1
.github/workflows/pipeline.dockerfile
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue