Commit 29c54a4d authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Elimina prefijo incorrecto de caps

parent 050f2126
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,8 +10,8 @@ services:
    volumes:
      - dind-vol:/var/lib/docker
    cap_add:
      - CAP_SYS_ADMIN
      - CAP_NET_ADMIN
      - SYS_ADMIN
      - NET_ADMIN
    deploy:
      mode: replicated
      replicas: ${DIND_REPLICAS:-1}