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