You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+3-8
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,9 @@ EXPOSE 80 443
19
19
20
20
RUN mkdir /srv/git
21
21
22
-
VOLUME ["/srv/git"]
23
-
VOLUME ["/var/cache/cgit"]
22
+
VOLUME ["/srv/git", "/var/cache/cgit"]
23
+
24
+
ENV CGIT_TITLE="My cgit interface" CGIT_DESC="Super fast interface to my git repositories" CGIT_VROOT="/" CGIT_SECTION_FROM_STARTPATH=0 CGIT_MAX_REPO_COUNT=50
0 commit comments