blob: 4d2ce3d0ddc2ec956efffb21e30f2f7f752c5240 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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)
|