Hi,
I'm new here, but i work since a few years on a vuejs client which is using basex as api. I had a docker environement running very well until recently, but now my basex container is launching correctly any more.
In the basex container all folders inside /srv/basex are own by 1000:users instead of basex:basex, so basex gives permissions error. It's like if the line ```chown -R basex /srv``` of docker file is never fired
``` bash-4.4# echo "$PWD" /srv/basex bash-4.4# ls -ls total 12 4 drwxr-sr-x 2 1000 users 4096 Jul 26 11:38 data 4 drwxr-sr-x 2 1000 users 4096 Jul 26 11:38 repo 4 drwxr-sr-x 3 1000 users 4096 Dec 6 13:56 webapp ```
here are the logs of a simple ```docker run --name basexhttp --publish 1984:1984 --publish 8984:8984 basex/basexhttp:latest``` https://figureslibres.io/zerobin/?4e8c389730a39e67#Hzw8dqCkTuVvia8t3YimhLLdx...
i'm stuck with this problème for days now, please help thank you very much !
ps : the main project is here https://figureslibres.io/gogs/bachir/docker-gdp
bach