Commit 03bff7c6 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Apunta pruebas a localhost seguro por defecto

parent 7bcbe68b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ stages:
  stage: prueba
  image: docker:23.0.6-cli
  variables:
    DOCKER_HOST: tcp://docker:2376
    DOCKER_HOST: tcp://localhost:2376
  script:
    - docker --version
    - docker info