mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Remove unused certs from docker-aio-config
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
89e6ca5efa
commit
41b4a6b36b
1 changed files with 3 additions and 0 deletions
|
|
@ -342,6 +342,9 @@ https://your-domain-that-points-to-this-server.tld:8443"
|
|||
# Set the timezone to Etc/UTC
|
||||
export TZ=Etc/UTC
|
||||
|
||||
# Remove unused certs
|
||||
rm -vrf /mnt/docker-aio-config/certs
|
||||
|
||||
# Fix caddy startup
|
||||
if [ -d "/mnt/docker-aio-config/caddy/locks" ]; then
|
||||
rm -rf /mnt/docker-aio-config/caddy/locks/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue