Merge pull request #7420 from vitorreis/patch-1

NOREF - Fix Invalid docker-compose.yml in wordpress sample
This commit is contained in:
L-Hudson 2018-12-10 09:27:44 -05:00 committed by GitHub
commit fc1e6c0812
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ Compose to set up and run WordPress. Before starting, make sure you have
WORDPRESS_DB_USER: wordpress
WORDPRESS_DB_PASSWORD: wordpress
volumes:
db_data:
db_data: {}
```
> **Notes**: