【DevOps教程】DevOps最新教程2022版 目前最好的DevOps課程

version: '3.1'
services:
?gitlab:
??image: 'gitlab/gitlab-ce:latest'
??container_name: gitlab
??restart: always
??environment:
???GITLAB_OMNIBUS_CONFIG: |
????external_url 'http://192.168.11.101:8929'
????gitlab_rails['gitlab_shell_ssh_port'] = 2224
??ports:
???- '8929:8929'
???- '2224:2224'
??volumes:
???- './config:/etc/gitlab'
???- './logs:/var/log/gitlab'
???- './data:/var/opt/gitlab'
標簽: