1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-01-17 08:48:05 +00:00

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",
"manual": "Manual Installation",
"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
```