aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gitolite-cgit/Dockerfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/gitolite-cgit/Dockerfile b/gitolite-cgit/Dockerfile
index fb9609d..d973249 100644
--- a/gitolite-cgit/Dockerfile
+++ b/gitolite-cgit/Dockerfile
@@ -20,9 +20,6 @@ RUN set -xe \
&& rm -rf /var/cache/apk/* \
&& rm -rf /tmp/*
-# Volume to store all ssh host key
-VOLUME [ "/etc/ssh" ]
-
# Volume to store Gitolite data, used for Gitolite setup
VOLUME [ "/var/lib/git" ]