Hi, is it possible to map a local directory to the android container? For example, /mnt/pve/folder to show up as a directory in android files app alongside Downloads, DCIM, Documents etc?
I tried to map it in the volumes section of the compose yaml like this
- /mnt/pve/folder:/data/media/0/folder
But it didn't work. Could you please guide me what I'm doing wrong? Thank you very much.
Hi, is it possible to map a local directory to the android container? For example, /mnt/pve/folder to show up as a directory in android files app alongside Downloads, DCIM, Documents etc?
I tried to map it in the volumes section of the compose yaml like this
But it didn't work. Could you please guide me what I'm doing wrong? Thank you very much.