79299303

Date: 2024-12-21 11:26:05
Score: 2.5
Natty:
Report link

Instead of using bind-mounts for the data/config/log volumes in the gitlab container, which apparently caused the problem, I switched to docker volumes.

Did not work volumes:

Worked volumes: - gitlab-config:/etc/gitlab - gitlab-data:/var/opt/gitlab

volumes: gitlab-runner: driver: local gitlab-config: driver: local gitlab-logs: driver: local gitlab-data: driver: local

Reasons:
  • Blacklisted phrase (1): Did not work
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: user3509208