diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-11 05:54:06 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-11 05:55:51 +0200 |
commit | e89cfb1e3669e84a2076ecf3c3210a23ba9b83b7 (patch) | |
tree | 331f3d7a7bb64fa5219322bc4d8b28599da7788b /docker | |
parent | frontend: dash is not pre-installed on Alpine (diff) | |
download | cgitize-e89cfb1e3669e84a2076ecf3c3210a23ba9b83b7.tar.gz cgitize-e89cfb1e3669e84a2076ecf3c3210a23ba9b83b7.zip |
README: update
Diffstat (limited to 'docker')
-rw-r--r-- | docker/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/README.md b/docker/README.md index b0c88b1..096796c 100644 --- a/docker/README.md +++ b/docker/README.md @@ -25,11 +25,11 @@ There's a web server image with a working cgit installation. * `/etc/cgitrc`: if you use a custom cgit configuration, map it here. It could look like this: - # Include most common useful settings. + # Generally useful and opionated settings, included in the image. include=/etc/cgit/common # If you serve from a subdirectory. - virtual-root=/secret/ + virtual-root=/custom/ root-title=Custom title root-desc=Custom description |