diff options
author | Jesús <heckyel@hyperbola.info> | 2022-02-17 15:23:10 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2022-02-17 15:23:10 -0500 |
commit | 4c979bdce5884b434cd0c82a162163c1e5fded02 (patch) | |
tree | ffb1ac0ceafe7bee079643f32db3cf3cf0ba0d40 /README.md | |
download | hyperbola-mirror-4c979bdce5884b434cd0c82a162163c1e5fded02.tar.lz hyperbola-mirror-4c979bdce5884b434cd0c82a162163c1e5fded02.tar.xz hyperbola-mirror-4c979bdce5884b434cd0c82a162163c1e5fded02.zip |
initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..4d2ce3d --- /dev/null +++ b/README.md @@ -0,0 +1,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) |