t
t
Where is masterdata.db on the host?
Like I said in my first comment: https://github.com/summertriangle-dev/arposandra/issues/30#issuecomment-1418257995 , you need to map the host directory into the container by editing the entry in the `volumes:` section of the compose...
 It is erroring because `/somewhere_on_the_host` is an example path and not the real directory.
Remove `/ja`. The application will add it for you. > And I need change for db/asset/web? Yes, but not for the db container.
I will not write your config file for you. Post an error log and I'll tell you what to look at, though.
Check whether the files in `/external/astool_storage` are world-readable. If not, do ``` chmod -R o+r /external/astool_storage chmod o+x /external/astool_storage/jp ``` to fix it. Also set the AS_EXTRA_DICTIONARIES and AS_EXTRA_REGIONS environment...
What is the output of ``` stat /external stat /external/astool_storage stat /external/astool_storage/jp ``` ? If astool_store.json exists, remove it. > And I think I also do en,zh,ko. This is currently...
And the output of the stat commands?
You'll need to frankenstein together an astool-managed data directory to run the card indexer. First set up your /external/astool_storage like this: - /external/ - astool_storage/ - jp/ - masters/ -...
maintenance/start.sh also needs to be executable.