I am trying to launch one wordpress container in my windows system. But I got this below error.
Starting wp_mariadb_1 … done Creating wp_wordpress_1 … error
ERROR: for wp_wordpress_1 Cannot create container for service wordpress: invalid volume specification: ‘E:\docker\wp\html:/var/www/html:rw’: invalid mount config for type “bind”: bind source path does not exist: e:\docker\wp\html
How can I solve this error?