Closed mmaiers-nmdp closed 2 years ago
This is strange. Running docker-compose up -d in the db directory fails because it is trying to create a directory ~/src that already exists!
[+] Running 1/2 ⠿ Container phpmyadmin Running 0.0s ⠙ Container hfcus_mysql Starting 0.2s Error response from daemon: error while creating mount source path '/Users/mmaiers/src/git/phycus/db': mkdir /Users/mmaiers/src: file exists```
same as issue #123. The fix is to run from a folder where dropbox isn't running
This is strange. Running docker-compose up -d in the db directory fails because it is trying to create a directory ~/src that already exists!