version: '2' services: gitlab: image: gitlab/gitlab-ce:8.14.5-ce.0 restart: always expose: - 22 - 80 - 443 ports: #- "141.13.240.109:22:22" - "uniba_de_change_me_ports" volumes: - ./volumes/etc/gitlab:/etc/gitlab - ./volumes/var/opt/gitlab:/var/opt/gitlab - ./volumes/var/log/gitlab:/var/log/gitlab - ./volumes/root/uniba.de/share:/root/uniba.de/share - ./volumes/.git:/.git