From 4c979bdce5884b434cd0c82a162163c1e5fded02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Thu, 17 Feb 2022 15:23:10 -0500 Subject: initial commit --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md (limited to 'README.md') 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) -- cgit v1.2.3