First Upload
This commit is contained in:
11
docs/pages/installation/upgrading.mdx
Normal file
11
docs/pages/installation/upgrading.mdx
Normal file
@@ -0,0 +1,11 @@
|
||||
## Using Docker
|
||||
|
||||
```shell copy
|
||||
cd /opt/hyperglass
|
||||
docker compose down
|
||||
docker compose rm -f
|
||||
git fetch
|
||||
git checkout v2.0.4
|
||||
docker compose build
|
||||
docker compose up
|
||||
```
|
Reference in New Issue
Block a user