You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this issue has been posted before, but I am posting it again as I'm not sure it has been rectified even after the PR merge which ostensibly fixed the problem.
I am running Ubuntu 18.04. Followed the instructions exactly, using docker-compose up -d. Everything else works fine until the final step:
Step 10/10 : EXPOSE 8080
---> Using cache
---> a654d45233cc
Successfully built a654d45233cc
Successfully tagged headless-wp-starter_wp-headless:latest
Recreating db-headless ... done
Recreating wp-headless ... done
Attaching to wp-headless
wp-headless | Error: This does not seem to be a WordPress installation.
wp-headless | Pass --path=`path/to/wordpress` or run `wp core download`.
wp-headless | Error: '/var/www/html/' is not writable by current user.
wp-headless exited with code 1
Even tried the temporary workaround offered by another user docker-compose up --build --force-recreate wp-headless. Still nothing. Please help, thanks.
The text was updated successfully, but these errors were encountered:
Then you can just take the frontend app you want from headless-wp-starter (e.g. I only use the GraphQL frontend) and use that with the Docker image. The only downside is there's slightly more setup involved
g000m
pushed a commit
to g000m/headless-wp-starter
that referenced
this issue
May 29, 2020
I know this issue has been posted before, but I am posting it again as I'm not sure it has been rectified even after the PR merge which ostensibly fixed the problem.
I am running Ubuntu 18.04. Followed the instructions exactly, using
docker-compose up -d
. Everything else works fine until the final step:Even tried the temporary workaround offered by another user
docker-compose up --build --force-recreate wp-headless
. Still nothing. Please help, thanks.The text was updated successfully, but these errors were encountered: