I have a question regarding the setting of PUID and PGID in the 'docker-compose.yml'. I followed the example and my yml file is as follows. My issue is that the directory /var/www/telegram_download created by the docker container is always with 'root' user & group. I suppose it should be 'www-data' instead with PUID,PGID set to 33. Can you share with me what I have done wrong?
Hello there,
Thank you for such a great project.
I have a question regarding the setting of PUID and PGID in the 'docker-compose.yml'. I followed the example and my yml file is as follows. My issue is that the directory /var/www/telegram_download created by the docker container is always with 'root' user & group. I suppose it should be 'www-data' instead with PUID,PGID set to 33. Can you share with me what I have done wrong?