The problem is not displaying project files
hi!
i'm install gitlab-ee by docker-composer.
The current problem is not displaying project files as follows:
config docker-compose:
gitlab:
image: gitlab/gitlab-ee:latest
restart: always
hostname: 'git.domain.ir'
environment:
GITLAB_OMNIBUS_CONFIG: |
external_url 'http://git.domain.ir'
nginx['redirect_http_to_https'] = false
letsencrypt['enable'] = false
ports:
- '81:80'
volumes:
- ../application-data/gitlab/data:/var/opt/gitlab
- ../application-data/gitlab/logs:/var/log/gitlab
- ../application-data/gitlab/config:/etc/gitlab
Thankful