mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-01 23:04:15 +02:00
7 lines
96 B
Markdown
7 lines
96 B
Markdown
# Administration
|
|
|
|
## cleanup
|
|
|
|
```bash
|
|
docker-compose down && docker volume rm funkwhale_data
|
|
``` |