mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 15:01:05 +01:00
11 lines
275 B
Markdown
11 lines
275 B
Markdown
# role docker-pixelfed
|
|
|
|
## hard cleanup
|
|
```bash
|
|
docker-compose down
|
|
docker volume rm pixelfed_application_data pixelfed_database pixelfed_redis_data
|
|
```
|
|
|
|
## further information
|
|
- https://hub.docker.com/r/zknt/pixelfed
|
|
- https://blog.pixelfed.de/2020/05/29/pixelfed-in-docker/ |