add upgrade docs [WIP]

This commit is contained in:
thatmattlove 2024-05-27 16:26:34 -04:00
parent ee5a418264
commit c076619e22
2 changed files with 12 additions and 1 deletions

View file

@ -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"
} }

View 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
```