mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-09 22:41:03 +01:00
Added pixelfed update instructions
This commit is contained in:
parent
8150de75da
commit
f2a4c80091
@ -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/
|
Loading…
Reference in New Issue
Block a user