Skip to content

Commit 023eb92

Browse files
Update README.md
1 parent 46e7e67 commit 023eb92

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

03-cd/02-gitlab/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ insecure-registries : [gitlab.local:5001]
2121
2a. Preparando el entorno con docker(Linux y windows).
2222
>> Es necesario permisos sudo (Linux) o Administrador(Windows)
2323
```bash
24-
user@localhost:~$ cd bootcamp_vagrant/gitlab/docker/
25-
user@localhost:~bootcamp_vagrant/gitlab/docker$ docker-compose up -d
24+
user@localhost:~$ cd 02-gitlab/02-gitlab/itlab/docker/
25+
user@localhost:~02-gitlab/gitlab/docker$ docker-compose up -d
2626
```
2727
2b. Preparando el entorno con Vagrant y Virtualbox
2828
```bash
29-
user@localhost:~$ cd bootcamp_vagrant/
30-
user@localhost:~bootcamp_vagrant$ vagrant up
29+
user@localhost:~$ cd 02-gitlab/
30+
user@localhost:~02-gitlab/$ vagrant up
3131
```
3232
3. Añadimos entrada al fichero hosts la entrada -> <Direccion_ip_local> gitlab.local"
3333
* Linux en el fichero /etc/hosts

0 commit comments

Comments
 (0)