mirror of https://github.com/docker/docs.git
Merge pull request #7420 from vitorreis/patch-1
NOREF - Fix Invalid docker-compose.yml in wordpress sample
This commit is contained in:
commit
fc1e6c0812
|
@ -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**:
|
||||
|
|
Loading…
Reference in New Issue