1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-04-17 21:38:27 +00:00
thatmattlove-hyperglass/docs/pages/installation/upgrading.mdx
2024-05-27 16:26:34 -04:00

10 lines
143 B
Text

## Using Docker
```shell copy
cd /opt/hyperglass
docker compose down
docker compose rm -f
git pull
docker compose build
docker compose up
```