mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
dockerfile: added volume instruction for /home/git/data
This commit is contained in:
parent
f222fda725
commit
7a8fea72a9
@ -42,5 +42,7 @@ RUN chmod 700 /root/.ssh && chmod 600 /root/.ssh/authorized_keys && chown root:r
|
||||
EXPOSE 22
|
||||
EXPOSE 80
|
||||
|
||||
VOLUME ["/home/git/data"]
|
||||
|
||||
ENTRYPOINT ["/app/init"]
|
||||
CMD ["app:start"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user