Description
GitLab Community Edition docker image based on the Omnibus package
Install GitLab using docker-compose
With Docker compose you can easily configure, install, and upgrade your Docker-based GitLab installation.
- Install Docker Compose
- Create a docker-compose.yml file
- Make sure you are in the same directory as docker-compose.yml and run
docker-compose up -d
to start GitLab
Update GitLab using Docker compose
Provided you installed GitLab using docker-compose, all you have to do is run
docker-compose pull
and
docker-compose up -d
to download a new release and upgrade your GitLab instance.