mirror of https://github.com/docker/docs.git
NOREF - Fix Invalid docker-compose.yml sample
Without specifying this the user gets: docker-compose up -d ERROR: Top level object in './docker-compose.yml' needs to be an object not '<class 'NoneType'>'.
This commit is contained in:
parent
e438506e14
commit
1596b778fe
|
@ -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