Pin exact caddy version
Stay on the exact version unless it is specifically told to upgrade. This is a first-step workaround for the (non-)idempodency issue of the caddy container's json config injection.
This commit is contained in:
parent
c498b3ced8
commit
b3f201ed7d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
caddy_version: alpine
|
||||
caddy_version: 2.8.4-alpine # tag exact version to avoid suprising container renewals
|
||||
caddy_caddyfile_dir: "{{ docker_stack_files_dir }}/caddy"
|
||||
|
||||
caddy_use_debug: no
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue