Fix GitLab SSH ports

This commit is contained in:
Wojciech Kozlowski 2017-09-17 13:55:00 +01:00
parent 4a64e884ae
commit 0d4b419e05

View File

@ -91,7 +91,7 @@ services:
external_url 'http://gitlab.wojciechkozlowski.eu'
# Add any other gitlab.rb configuration here, each on its own line
ports:
- 22:2770
- '2770:22'
volumes:
- vol_gitlab_config:/etc/gitlab
- vol_gitlab_logs:/var/log/gitlab