Commit 3ca76b59 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Apunta a servicio dind desde runner

Se asignó el host docker apuntando al servicio dind en el servicio
gitlab-registrar por error. Debía aplicarse al servicio gitlab-runner.
parent 80a55880
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@ services:
      RUNNER_OUTPUT_LIMIT:
      RUNNER_EXECUTOR:
      RUNNER_ENV:
      DOCKER_HOST:
      DOCKER_IMAGE:
      DOCKER_PRIVILEGED:
      DOCKER_OOM_KILL_DISABLE:
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ services:
    image: ${IMAGE_NAME}:${IMAGE_TAG}
    environment:
      CONFIG_FILE:
      DOCKER_HOST:
    networks:
      gitlab-net:
    volumes: