hyperbola-mirror/README.md
2022-02-17 15:23:10 -05:00

24 lines
411 B
Markdown

# Hyperbola Mirror for docker
Synchronize Hyperbola repo with docker
```console
$ cp -v config.env.example config.env
```
```console
$ docker-compose up -d
```
## Build container from source
To rebuild this container, copy this repository locally and run:
```console
$ docker build --no-cache --tag rusian/hypermirror -f Dockerfile .
```
## License
This work is licensed under the [GNU GPLv3+](LICENSE)