Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@tdruez
Copy link
Contributor

@tdruez tdruez commented Jun 9, 2025

#157

Replace the hardcoded /var/www/html by a webroot named volume in docker-compose.yml.

In the Docker compose nginx service, the hardcoded /var/www/html was declared
as a volume which would cause issues when the /var/ was not available on the
local machine.

The Docker volume directory /var/lib/docker/volumes/dejacode_webroot/_data can
now be used in place of /var/www/html as the certbot --webroot-path for
HTTP certificate management.

@tdruez tdruez merged commit 74976c1 into main Jun 9, 2025
4 checks passed
@tdruez tdruez deleted the 157-webroot-volume branch June 9, 2025 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant