From 3b02485c48b3ca38efc9789862d957ca892e4477 Mon Sep 17 00:00:00 2001 From: muCruiser <80818112+muCruiser@users.noreply.github.com> Date: Sat, 8 May 2021 11:52:07 +0200 Subject: [PATCH] To use photoview with samba and cifs share Due to a problem with access to cifs / samba share the godebug has to be changed --- docker-compose.example.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docker-compose.example.yml b/docker-compose.example.yml index bb0d58fc..009d143e 100644 --- a/docker-compose.example.yml +++ b/docker-compose.example.yml @@ -26,7 +26,12 @@ services: - PHOTOVIEW_LISTEN_IP=photoview - PHOTOVIEW_LISTEN_PORT=80 - PHOTOVIEW_MEDIA_CACHE=/app/cache - + + # Optional: If you are using Samba/CIFS-Share and experience problems with "directory not found" + # Enable the following Godebug + # - GODEBUG=asyncpreemptoff=1 + + # Optional: To enable map related features, you need to create a mapbox token. # A token can be generated for free here https://account.mapbox.com/access-tokens/ # It's a good idea to limit the scope of the token to your own domain, to prevent others from using it.