From 1e9ca09bb4df09ebfc36cb95ec91dde303c8bbc2 Mon Sep 17 00:00:00 2001 From: kongkrit <45794368+kongkrit@users.noreply.github.com> Date: Wed, 29 Jan 2020 15:34:23 +0700 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4642ab1..ed16663 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,10 @@ docker run -d \ * `-e MIRROR_URL=url`: to replace default URL (http://archive.ubuntu.com/ubuntu) - See [Ubuntu Mirrors](https://launchpad.net/ubuntu/+archivemirrors) * `-e EXTRA1=text`: to add more repo to mirror - for example: - ```-e EXTRA1="deb http://ppa.launchpad.net/jonathonf/zfs/ubuntu bionic main"``` will add this extra line to the list file +``` + -e EXTRA1="deb http://ppa.launchpad.net/jonathonf/zfs/ubuntu bionic main" +``` + will add this extra line to the mirror.list file * `-e EXTRA2, EXTRA3, EXTRA4, EXTRA5`: same as EXTRA1 * `-e TIMEOUT=timeout-value`: to set the resync period, default is 12 hours. See the [TIMEOUT format description](http://www.cyberciti.biz/faq/linux-unix-sleep-bash-scripting/) * `-e NTHREADS=10`: number of wget threads to use to pull from MIRROR_URL - default to 10