docker running domain
-
I am running my WordPress in a docker container where i am using two docker volumes,
one for core files ${WP_CORE}:/var/www/html and for content I am using ${WP_CONTENT}:/var/www/html/wp-content, So after installing the simply-static plugin i am getting the following error and I could not convert the static files.Checking if web server can read from Temp Files Directory: /var/www/html/wp-content/plugins/simply-static/static-files/ FAIL Checking if web server can write to Temp Files Directory: /var/www/html/wp-content/plugins/simply-static/static-files/ FAIL Checking if web server can write to Local Directory: wp-content/_data/plugins/simply-static/FILE/ FAILHow can I fix this issue on my infrastructure?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘docker running domain’ is closed to new replies.