Separate log location for lnd?

Hello,

I mounted a 2nd SSD to /logs/ and chmod -R 777 /logs.
I added to lnd.conf:

logdir=/logs/lnd

When starting umbrel, I get this error on docker-compose logs lnd:

2022-05-30 14:38:29.253 [WRN] LTND: Error validating config: ValidateConfig: log rotation setup failed: failed to create log directory: mkdir /logs: permission denied
lnd | failed to load config: ValidateConfig: log rotation setup failed: failed to create log directory: mkdir /logs: permission denied

/logs and /logs/lnd created and 777 both.

What can be wrong?