nmdp-bioinformatics / phycus

Service used for curation of Haplotype Frequency
GNU Lesser General Public License v3.0
7 stars 21 forks source link

error when starting db #123

Closed mmaiers-nmdp closed 2 years ago

mmaiers-nmdp commented 2 years ago

This looks like something worth investigating:

running in /Users/mmaiers/src/git/phycus-feature/db1

$ docker-compose up -d
[+] Running 1/2
 ⠿ Container phpmyadmin   Started                                                                                                                            3.9s
 ⠿ Container hfcus_mysql  Starting                                                                                                                           3.9s
Error response from daemon: error while creating mount source path '/Users/mmaiers/src/git/phycus-feature/db': mkdir /Users/mmaiers/src: file exists

Why is it trying to mkdir on /Users/mmaiers/src ?

mmaiers-nmdp commented 2 years ago

Appears to be caused by running it in a directory where dropbox is running. Running from ~/tmp fixed it.