Skip to content

Commit

Permalink
Use the DOMAIN_NAME variable in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed Feb 3, 2025
1 parent 835e0a4 commit a93f229
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 a93f229

Please sign in to comment.