Skip to content

Commit

Permalink
chore: Update Docker Compose deploy to use restart always
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ThetaSinner committed Nov 4, 2024
1 parent e77803e commit 50635ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion influx/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
image: caddy:2.8
depends_on:
- influxdb
restart: on-failure
restart: always
command:
- caddy
- reverse-proxy
Expand Down

0 comments on commit 50635ef

Please sign in to comment.