diff options
| author | Anders Betts <anders.betts@gmail.com> | 2026-09-17 21:31:17 +0200 |
|---|---|---|
| committer | Anders Betts <anders.betts@gmail.com> | 2026-09-17 21:31:17 +0200 |
| commit | a145684f0a556820a183db45d27e9b2dc715f056 (patch) | |
| tree | 9357cefc86c717b95d6c6e1275a626fb5995e2b9 | |
| parent | ed1c15929d2eb2dbc6432986c26661bf1549964a (diff) | |
| download | bokf-0.1.2.tar.gz bokf-0.1.2.zip | |
certs: use lego v5 run subcommand flagsv0.1.2
| -rw-r--r-- | compose.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compose.yaml b/compose.yaml index 5f824c0..41d1562 100644 --- a/compose.yaml +++ b/compose.yaml @@ -29,8 +29,8 @@ services: - | while :; do if [ -n "$INWX_USERNAME" ] && [ -n "$INWX_PASSWORD" ]; then - /lego --path=/certs --email="$LEGO_EMAIL" --dns=inwx \ - --domains="$LEGO_DOMAIN" --accept-tos run --days 30 || true + /lego run --path=/certs --email="$LEGO_EMAIL" --dns=inwx \ + --domains="$LEGO_DOMAIN" --accept-tos --renew-days=30 || true chown -R 10001:10001 /certs || true else echo "certs: set INWX_USERNAME and INWX_PASSWORD in .env" |
