Skip to content

Commit

Permalink
add upgrade docs [WIP]
Browse files Browse the repository at this point in the history
  • Loading branch information
thatmattlove committed May 27, 2024
1 parent ee5a418 commit c076619
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/pages/installation/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"docker": "Using Docker",
"manual": "Manual Installation",
"environment-variables": "Environment Variables",
"reverse-proxy": "Reverse Proxy"
"reverse-proxy": "Reverse Proxy",
"upgrading": "Upgrading hyperglass"
}
10 changes: 10 additions & 0 deletions docs/pages/installation/upgrading.mdx
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit c076619

Please sign in to comment.