0
0
1
| 1 | version: '3.7' |
| 2 | |
| 3 | services: |
| 4 | gitlab: |
| 5 | image: gitlab/gitlab-ce:latest |
| 6 | container_name: gitlab |
| 7 | restart: always |
| 8 | hostname: '<your reverse address without https://>' |
| 9 | environment: |
| 10 | GITLAB_OMNIBUS_CONFIG: | |