mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-14 11:17:19 +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
.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…
x
Reference in New Issue
Block a user