1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 00:38:06 +00:00
thatmattlove-hyperglass/docs/pages/installation/upgrading.mdx
2024-06-01 15:44:49 -04:00

11 lines
164 B
Text

## Using Docker
```shell copy
cd /opt/hyperglass
docker compose down
docker compose rm -f
git fetch
git checkout v2.0.2
docker compose build
docker compose up
```