This repository has been archived on 2023-08-03. You can view files and clone it, but cannot push or open issues or pull requests.
Gitlab/docker-compose.yml

18 lines
343 B
YAML

version: "3.2"
services:
web:
image: "therbron/gitlab-arm:14.3.1"
restart: unless-stopped
hostname: "10.11.0.6"
ports:
- "80:80"
- "443:443"
- "2244:22"
- "5050:5050"
volumes:
- ./config:/etc/gitlab
- ./logs:/var/log/gitlab
- ./data:/var/opt/gitlab
- ./docker:/etc/docker