Commit f7668610 authored by Ignacio's avatar Ignacio
Browse files

Cambia restart_policy elimina max_attempts

parent 8fb6cf2c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -17,7 +17,8 @@ services:
          - node.role == worker
      restart_policy:
        condition: on-failure
        max_attempts: 3
        delay: 1m
        window: 3m

networks:
  traefik-net: