docker-compose gitlab

See the source image         

創建網絡

docker network create --driver=bridge --subnet=172.24.0.0/16 gitlab

創建目錄 

mkdir -p /gitlab

創建zabbix腳本 

vim /gitlab/docker-compose.yml
version: "3.1"
services:
  gitlab:
    image: gitlab/gitlab-ce:latest
    container_name: gitlab
    rest
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章