diff options
Diffstat (limited to 'stacks/cgit/compose.yml')
| -rw-r--r-- | stacks/cgit/compose.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/stacks/cgit/compose.yml b/stacks/cgit/compose.yml index e3c7ab1..cf21261 100644 --- a/stacks/cgit/compose.yml +++ b/stacks/cgit/compose.yml @@ -19,8 +19,6 @@ services: volumes: # TODO: Make these cgit-docker builtins. - ${_CSS_FILE:-./opt/cgit.css}:/srv/www/htdocs/cgit/cgit.css - - ${_SITE_HEADER:-./opt/header.html}:/opt/header.html - - ${_SITE_FOOTER:-./opt/footer.html}:/opt/footer.html - - ${_ROOT_README:-./opt/README.txt}:/opt/README.txt - ${_CONFIG_FILE:-./etc/cgitrc}:/etc/cgitrc + - ${_IMPORTS:-./opt/}:/opt - ${_GIT_ROOT:-./srv/git/}:/srv/git # mount the directory you use for your git server |
