sameersbn / sameersbn/docker-gitlab
502 ereur
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 8.1k
- Forks
- 2.1k
- Avg merge
- 17h 47m
- Merged PRs (30d)
- 7
Description
bonjour
lorsque j'ai installer gitlab sur docker compose une erreur 502 s'affiche
voici mon ram
g551734@sst-p1309996fl:$ free -m
total used free shared buff/cache available
Mem: 7800 4079 1281 246 2438 3138
Swap: 1868 0 1868
g551734@sst-p1309996fl:
voici mon fichier docker-compose .yml
web:
image: 'gitlab/gitlab-ee:latest'
restart: always
hostname: 'gitlab.example.com'
environment:
GITLAB_OMNIBUS_CONFIG: |
external_url 'http://gitlab.example.com'
ports:
- '443:443'
- '80:80'
- '223:22'
volumes:
- '/srv/gitlab/config:/etc/gitlab'
- '/srv/gitlab/logs:/var/log/gitlab'
- '/srv/gitlab/data:/var/opt/gitlab'
merci
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue provides a docker-compose.yml snippet and memory output; start by validating that configuration and checking the GitLab container and proxy logs for the 502. Confirm the cause and provide a reproducible configuration or diagnostic result that resolves the error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100