NFS share from root dataset

Hi,

I have a nextcloud-aio running.
The log that I need on a remote host is in /mnt/.ix-apps/docker/volumes/nextcloud-aio-nextcloud/_data/data/nextcloud.log

If I create a NFS share I get an error Configuring NFS exports of root-level datasets may lead to storage reconfiguration issues. Consider creating a dataset instead.
What’s the best way to get on this log-file

How did you create the app?

The best way is to not use a docker volume and instead use a host path mount.

You can then share that easily.

Generally it’s better to configure remote syslog than exporting your logs dir via NFS.

I created the docker with docker compose from dockge.