mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
Added delete volume hint
This commit is contained in:
parent
eb1f714794
commit
33eafcc197
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user