Commit efb14fbf authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Revert "Recupera apparmor con sintaxis correcta"

This reverts commit 163a0877.
parent 3d3fe6c3
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@ version: '3.9'
services:
  gitlab-dind:
    image: docker:${DIND_IMAGE_TAG}
    command: --tls=false
    environment:
      DOCKER_TLS_CERTDIR: ""
    networks:
@@ -14,7 +13,7 @@ services:
      - SYS_ADMIN
      - NET_ADMIN
    security_opt:
      - apparmor:unconfined
      - seccomp=unconfined
    deploy:
      mode: replicated
      replicas: ${DIND_REPLICAS:-1}