mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 00:38:06 +00:00
11 lines
164 B
Text
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
|
|
```
|