I have finished the build stage with 'docker-compose build --no-cache rv-vvta rv-vdb rv-seqrepo rest-variantvalidator'.
Then I tried to up then, the 'rv-vvta' and 'rv-vdb' are running well, however, I meet an error at 'rv-seqrepo'.
My log :
`$ docker compose up -d rv-seqrepo
WARN[0000] /home/user/soft/rest_variantValidator/docker-compose.yml: `version` is obsolete
[+] Running 0/0
⠋ Container rest_variantvalidator-rv-seqrepo-1 Creating 0.0s
Error response from daemon: failed to populate volume: error while mounting volume '/home/docker-data/volumes/rest_variantvalidator_seqdata/_data': failed to mount local volume: mount /root/variantvalidator_data/seqdata:/home/docker-data/volumes/rest_variantvalidator_seqdata/_data, flags: 0x1000: no such file or directory`
I have finished the build stage with 'docker-compose build --no-cache rv-vvta rv-vdb rv-seqrepo rest-variantvalidator'.
Then I tried to up then, the 'rv-vvta' and 'rv-vdb' are running well, however, I meet an error at 'rv-seqrepo'.
My log :