NCP:: Wrong tempdirectory in default docker config.php?

In the default docker config.php the datadir and tempdir are set to different paths.

  'tempdirectory' => '/var/www/nextcloud/data/tmp',
  'datadirectory' => '/data/nextcloud/data',

Is that correct or should the tempdir point to

/data/nextcloud/data/tmp

that is correct, because /var/www/nextcloud is a link to /data/nextcloud :slight_smile: