summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Betts <anders.betts@gmail.com>2026-09-17 21:31:17 +0200
committerAnders Betts <anders.betts@gmail.com>2026-09-17 21:31:17 +0200
commita145684f0a556820a183db45d27e9b2dc715f056 (patch)
tree9357cefc86c717b95d6c6e1275a626fb5995e2b9
parented1c15929d2eb2dbc6432986c26661bf1549964a (diff)
downloadbokf-0.1.2.tar.gz
bokf-0.1.2.zip
certs: use lego v5 run subcommand flagsv0.1.2
-rw-r--r--compose.yaml4
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"