Docker -Compose. nano docker-compose.yml. version: '3.6' services: web: image: 'gitlab/gitlab-ce:latest' container_name: gitlab-ce restart: unless-stopped
確定! 回上一頁