skip to Main Content

Upgrade failed. Retry the upgrade after migrating your data to hashed storage – Docker

i have the following docker imgage gitlab/gitlab-ce to make a local Gitlab server and i have the following docker-compose file: git: container_name: git-server image: 'gitlab/gitlab-ce:latest' hostname: 'gitlab.example.com' ports: - '8090:80' volumes: - '/srv/gitlab/config:/etc/gitlab' - '/srv/gitlab/logs:/var/log/gitlab' - '/srv/gitlab/data:/var/opt/gitlab' networks: - net…

VIEW QUESTION
Back To Top
Search