I’ve found this info for the docker-compose, maybe it’s helps:
Volumes: Configure bind mounts for persistent data:
./public:/var/app/public
./watched:/var/app/tmp/imports/watched
./storage:/var/app/storage
Create the corresponding host folders: mkdir public watched storage. These should be empty before the first start.
https://deployn.de/en/blog/dawarich-install/
Or here:
https://github.com/Freika/dawarich/blob/master/docker/docker-compose.yml