fradelg/docker-mysql-cron-backup

Mount path is not absolute

Closed this issue · 1 comments

In the volumes section I have:

volumes:
      - /Users/<user>/Documents/Coding/phpmyadmin/backup:/backup

When I try running the demo, I get the error:

Error response from daemon: invalid volume specification: 'dc8a85f672ffa6d7e2309cc9d8b17aa7760d4b24b4494c0a4170b69b38c008c3:~/Documents/Coding/phpmyadmin/backup:rw': invalid mount config for type "volume": invalid mount path: '~/Documents/Coding/phpmyadmin/backup' mount path must be absolute

Well deleting the docker cache and restarting the server worked so I am going to close this issue