Currently receiving this message on every deploy for the proxy service:
INFO gave up: nginx entered FATAL state, too many start retries too quickly
I then restart it and everything is fine because the portal/server came up then. In our config, depends_on is not supported in swarm mode so this service dies fast not waiting around for the others.
Currently receiving this message on every deploy for the proxy service:
I then restart it and everything is fine because the portal/server came up then. In our config,
depends_onis not supported in swarm mode so this service dies fast not waiting around for the others.