Change LE internal storage location to force update.

This commit is contained in:
Buster "Silver Eagle" Neece 2022-01-18 14:01:27 -06:00
parent dcea1b994e
commit 8e583524fd
No known key found for this signature in database
GPG Key ID: 9FC8B9E008872109
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ services:
PGID: ${AZURACAST_PGID:-1000}
volumes:
- letsencrypt:/etc/nginx/certs
- letsencrypt_acme:/etc/acme.sh
- letsencrypt_internal:/etc/acme.sh
- www_vendor:/var/azuracast/www/vendor
- www_uploads:/var/azuracast/uploads
- tmp_data:/var/azuracast/www_tmp
@ -262,7 +262,7 @@ networks:
volumes:
db_data: { }
letsencrypt: { }
letsencrypt_acme: { }
letsencrypt_internal: { }
shoutcast2_install: { }
geolite_install: { }
sftpgo_data: { }