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