Skip to content

Commit

Permalink
Merge pull request #23 from Xpirix/fix_docker_compose
Browse files Browse the repository at this point in the history
Use the DOMAIN_NAME variable in docker-compose.yml
  • Loading branch information
Xpirix authored Feb 3, 2025
2 parents cea6a95 + a93f229 commit 572acb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerize/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ services:
- ./certbot-etc:/etc/letsencrypt
depends_on:
- web
command: certonly --webroot --webroot-path=/var/www/webroot --email [email protected] --agree-tos --no-eff-email --force-renewal -d hub.qgis.org
command: certonly --webroot --webroot-path=/var/www/webroot --email [email protected] --agree-tos --no-eff-email --force-renewal -d ${DOMAIN_NAME:-hub.qgis.org}
networks:
internal:

Expand Down

0 comments on commit 572acb9

Please sign in to comment.