We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b2f4d6 + 6e4e892 commit fb199fbCopy full SHA for fb199fb
Dockerfile
@@ -17,6 +17,7 @@ RUN mkdir -p /opt/repos
17
18
ENV GITBASE_USER=gitbase
19
ENV GITBASE_PASSWORD=""
20
+ENV GITBASE_REPOS=/opt/repos
21
EXPOSE 3306
22
23
ENV TINI_VERSION v0.17.0
@@ -35,4 +36,4 @@ CMD gitbase server -v \
35
36
--port=3306 \
37
--user="$GITBASE_USER" \
38
--password="$GITBASE_PASSWORD" \
- --git=/opt/repos
39
+ --git="$GITBASE_REPOS"
0 commit comments