Mayan en docker y synology / Mayan on docker and synology

Tengo una instalación de Mayan en Docker corriendo en un Synology NAS.

Por si le sirve a alguien; para poder añadir la carpeta watch_folder y que funcione, además de añadirla en el docker y en el programa de Mayan, como fuente; en el docker-compose hay que añadir:

  MAYAN_USER_UID: 1026 (o el número que te corresponda)
  MAYAN_USER_GUID: 100 (o el número que te corresponda)

En el environment de mayan


I have a Mayan installation in Docker running on a Synology NAS.

In case it helps anyone; in order to add the watch_folder folder and make it work, besides adding it in the docker and in the Mayan program, as a source; in the docker-compose you have to add:

  MAYAN_USER_UID: 1026 (or the number that corresponds to you).
  MAYAN_USER_GUID: 100 (or the number that corresponds to you)

In the mayan environment

Translated with DeepL Translate: The world's most accurate translator (free version)

2 Likes

Thank you for sharing your solution. I wished more users did this.