Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 778 Bytes

update.mdx

File metadata and controls

31 lines (28 loc) · 778 Bytes
title description icon
Update
How to update Blinko?
circle-up

Bash Script Update

```bash curl -o update.sh https://raw.githubusercontent.com/blinko-space/blinko/refs/heads/main/update.sh && bash update.sh ```

Watchtower

Do not add postgres to watchtower or your data will be lost

docker run -d \
 --name watchtower \
 --network=bridge \
 --restart=always \
 -v /var/run/docker.sock:/var/run/docker.sock \
 -w / \
 containrrr/watchtower blinko-website --cleanup -i 3600