Correct docker-compose remove command in README

This commit is contained in:
Adnan Abdulhussein
2015-06-10 15:02:19 -07:00
parent 6679c9e9b7
commit 6a40dc3a22

View File

@@ -417,7 +417,7 @@ docker rm -v mariadb
or using Docker Compose:
```bash
docker-compose stop mariadb
docker-compose rm -v mariadb
```
### Step 3: Run the new image