This commit is contained in:
Rodolfo Berrios
2022-10-28 17:28:10 -03:00
parent e788574613
commit 9741b487ab
2 changed files with 3 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ Manage Docker volumes.
make volume-cp VOLUME_FROM=<from_volume> VOLUME_TO=<to_volume>
```
💡 [Restart](DOCKER-COMPOSE.md#restart) containers to see changes.
## Volume remove
```sh