赞
踩
虽然是个小问题但是我查了很多都是说要去修改配置文件,后才终于知道可以直接设置,不要改配置文件!!!
- docker run --detach \
- --env GITLAB_OMNIBUS_CONFIG="external_url='http://192.168.1.100:35080'; gitlab_rails['gitlab_ssh_host'] = '192.168.1.100'; gitlab_rails['gitlab_shell_ssh_port'] = 35022" \
- --memory 4GB \
- --memory-swap 6GB \
- --name gitlab \
- --hostname gitlab \
- --restart on-failure \
- --network my-bridge \
- --publish 35080:80 \
- --publish 35022:22 \
- --volume $PWD/gitlab/config:/etc/gitlab \
- --volume $PWD/gitlab/logs:/var/log/gitlab \
- --volume $PWD/gitlab/data:/var/opt/gitlab \
- gitlab/gitlab-ce:15.6.3-ce.0
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。