docdoku / docdoku-plm-docker

Docker configuration files for creating DocDokuPLM images
10 stars 12 forks source link

external volume "docdoku-plm-server-volume" not found #25

Open mgeminn opened 4 months ago

mgeminn commented 4 months ago

I have installed according to "https://github.com/docdoku/docdoku-plm-docker" on ubuntu desktopn 22.04 LTS.

All pulling was succesfullly finished, but at the end the message "external volume "docdoku-plm-server-volume" not found" rised up.

Then I mounted an external drive ( exfat, for it has 20TB ) in fstab: UUID=7FED-F828 /home/mgeminn/docdoku-plm-docker/data/docdoku-plm-server-volume exfat defaults 0 0

Still the same message.

What should I do to solve?

Thanks in advance. Markus