I've encountered a "permission denied" error on the iRODS syslog file in sodar-docker-compose, see bihealth/sodar-docker-compose#34.
This was fixed by running chown syslog:adm /var/log/irods/irods.log in the running container. I guess I need to add this in the entrypoint or dockerfile to ensure the permissions are set.
This was only happening in the image which had the file mounted in a volume. I guess this happens if there is an existing file in a docker volume or something? Really lacking relevant knowledge here tbh.
I've encountered a "permission denied" error on the iRODS syslog file in sodar-docker-compose, see bihealth/sodar-docker-compose#34.
This was fixed by running
chown syslog:adm /var/log/irods/irods.log
in the running container. I guess I need to add this in the entrypoint or dockerfile to ensure the permissions are set.This was only happening in the image which had the file mounted in a volume. I guess this happens if there is an existing file in a docker volume or something? Really lacking relevant knowledge here tbh.