From aa1f1a346a650d42f1f4d075a611d7071cd0342e Mon Sep 17 00:00:00 2001 From: kongkrit <45794368+kongkrit@users.noreply.github.com> Date: Fri, 3 Jan 2020 02:05:21 +0700 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f4204dd..8aa199d 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,10 @@ docker run -d \ * `-v /path/data`: the path which you want to store data - ### More options with docker command * `-e MIRROR_URL=url`: to replace default URL (http://archive.ubuntu.com/ubuntu) - See [Ubuntu Mirrors](https://launchpad.net/ubuntu/+archivemirrors) -* `-e TIMEOUT=timeout-value`: to set the resync period, default is 12 hours. To set the [TIMEOUT format description](http://www.cyberciti.biz/faq/linux-unix-sleep-bash-scripting/) +* `-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 PUID=userid`: set to a userid that can access the mounted volume (see note below) * `-e PGID=groupid`: set to a groupid that can access the mounted volume (see note below)