Added pixelfed update instructions

This commit is contained in:
Kevin Veen-Birkenbach 2023-02-22 00:51:53 +01:00
parent 197c0089ee
commit 00afdcfd7c

View File

@ -6,6 +6,20 @@ docker-compose down
docker volume rm pixelfed_application_data pixelfed_database pixelfed_redis_data
```
## update
```bash
cd /home/administrator/docker-compose/pixelfed/
docker-compose down
docker-compose pull
docker-compose up -d
```
## inspect
```bash
docker-compose logs
```
## further information
- https://hub.docker.com/r/zknt/pixelfed
- https://blog.pixelfed.de/2020/05/29/pixelfed-in-docker/