sameersbn / sameersbn/docker-gitlab

502 ereur

Open
#2,091 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.