mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-26 06:43:10 +00:00
Added delete volume hint
This commit is contained in:
@@ -1,6 +1,15 @@
|
|||||||
# role docker-mailu
|
# role docker-mailu
|
||||||
|
|
||||||
## setup
|
## setup
|
||||||
|
|
||||||
|
### volumes
|
||||||
|
To delete all volumes execute:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker volume rm $(docker volume ls -q | grep mailu_)
|
||||||
|
```
|
||||||
|
Be careful!
|
||||||
|
|
||||||
### ports
|
### ports
|
||||||
Keep in mind to change the conflicting ports manual.
|
Keep in mind to change the conflicting ports manual.
|
||||||
Execute
|
Execute
|
||||||
|
|||||||
Reference in New Issue
Block a user