forked from mirrors/thatmattlove-hyperglass
10 lines
143 B
Text
10 lines
143 B
Text
## Using Docker
|
|
|
|
```shell copy
|
|
cd /opt/hyperglass
|
|
docker compose down
|
|
docker compose rm -f
|
|
git pull
|
|
docker compose build
|
|
docker compose up
|
|
```
|