-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Feedback for: compose/wordpress.md #129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Thank you @still-dreaming-1 , I believe the problem is caused by indentation errors (similar to this issue: https://forums.docker.com/t/errors-on-docker-compose-up-parser-error/14747/3). I will update the docs to reflect the right spacing. Try updating the first few lines of
|
It looks like the example has an extra space as the first character on each line. |
Thanks, @dnephin when I made the correction I provided above, it worked, but I'll also make the corrections you suggest, re-test, and modify the example to reflect the right spacing and indentation. |
This is fixed now in the docs per PR #359 |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. /lifecycle locked |
URL: https://docs.docker.com/compose/wordpress.md
I got to the
docker-compose up -d
part, which gives me the error:I'm on Linux Mint 17.3 64 bit Cinnamon edition. Which is based on Ubuntu 14.04. I started out with no docker anything installed. I have Docker version 1.12.1, build 23cf638. My docker composer version is 1.8.1.
The text was updated successfully, but these errors were encountered: