mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
expose SSH(22) and HTTP(80) ports
This commit is contained in:
parent
b4bea41c6a
commit
06504a8bb1
@ -25,4 +25,7 @@ RUN chmod 755 /gitlab/start /gitlab/setup/install && /gitlab/setup/install
|
||||
ADD resources/authorized_keys /root/.ssh/
|
||||
RUN chmod 700 /root/.ssh && chmod 600 /root/.ssh/authorized_keys && chown root:root -R /root/.ssh
|
||||
|
||||
EXPOSE 22
|
||||
EXPOSE 80
|
||||
|
||||
CMD ["/gitlab/start"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user