Skip to content
Snippets Groups Projects
Commit 899aa797 authored by Homar Franquesa Agil's avatar Homar Franquesa Agil
Browse files

Update README.md

parent 5b11c69c
No related branches found
No related tags found
No related merge requests found
Pipeline #27490 canceled
......@@ -27,14 +27,23 @@ In order to download the latest version of gitlab type the following command:
`docker pull gitlab/gitlab-ee:latest`
`sudo docker run --detach \
--hostname gitlab.example.com \
--network minikube \
--publish 443:443 --publish 80:80 --publish 22:22 \
--name gitlab \
--restart always \
--volume $GITLAB_HOME/config:/etc/gitlab \
--volume $GITLAB_HOME/logs:/var/log/gitlab \
--volume $GITLAB_HOME/data:/var/opt/gitlab \
gitlab/gitlab-ee:latest`
### Helm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment