integrations - acme without shared folder when using k8s/swarm

This commit is contained in:
bunkerity
2021-10-12 16:58:13 +02:00
parent 00d91dcaaa
commit 4e45fa3874
8 changed files with 30 additions and 26 deletions

View File

@@ -13,7 +13,7 @@ for folder in $folders ; do
done
mkdir -p /acme-challenge/.well-known/acme-challenge
chown -R root:nginx /acme-challenge
chmod 770 /acme-challenge
chmod -R 770 /acme-challenge
# prepare /var/log
rm -f /var/log/nginx/*