From e944dca747c649a08737ec381004ae92041dd93a Mon Sep 17 00:00:00 2001 From: ThetaSinner Date: Mon, 4 Nov 2024 17:20:59 +0000 Subject: [PATCH] chore: Update Docker Compose deploy to use restart always There was a problem where this was deployed. After a machine restart, the influx container would come back up but the caddy would fail to start up. This should sort that out so that caddy will try to keep itself up. --- influx/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/influx/docker-compose.yaml b/influx/docker-compose.yaml index 0182e512..726a5520 100644 --- a/influx/docker-compose.yaml +++ b/influx/docker-compose.yaml @@ -23,7 +23,7 @@ services: image: caddy:2.8 depends_on: - influxdb - restart: on-failure + restart: always command: - caddy - reverse-proxy