forked from mirrors/thatmattlove-hyperglass
add upgrade docs [WIP]
This commit is contained in:
parent
ee5a418264
commit
c076619e22
2 changed files with 12 additions and 1 deletions
|
|
@ -2,5 +2,6 @@
|
||||||
"docker": "Using Docker",
|
"docker": "Using Docker",
|
||||||
"manual": "Manual Installation",
|
"manual": "Manual Installation",
|
||||||
"environment-variables": "Environment Variables",
|
"environment-variables": "Environment Variables",
|
||||||
"reverse-proxy": "Reverse Proxy"
|
"reverse-proxy": "Reverse Proxy",
|
||||||
|
"upgrading": "Upgrading hyperglass"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
10
docs/pages/installation/upgrading.mdx
Normal file
10
docs/pages/installation/upgrading.mdx
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
## Using Docker
|
||||||
|
|
||||||
|
```shell copy
|
||||||
|
cd /opt/hyperglass
|
||||||
|
docker compose down
|
||||||
|
docker compose rm -f
|
||||||
|
git pull
|
||||||
|
docker compose build
|
||||||
|
docker compose up
|
||||||
|
```
|
||||||
Loading…
Add table
Reference in a new issue