adjusted docker compose volume mount
All checks were successful
Build and Deploy Demo App / build-and-deploy (push) Successful in 46s

This commit is contained in:
2025-11-26 09:45:35 +03:30
parent 5a2ca2c037
commit 7b85004b70

View File

@@ -15,7 +15,7 @@ services:
- CERTBOT_EMAIL=the.dark.mist23@gmail.com
- ENVSUBST_TEMPLATE_SUFFIX=.tmpl # Enables template processing if needed
volumes:
- ./nginx_user_conf.d:/etc/nginx/user_conf.d:ro
- ./nginx_user_conf.d:/etc/nginx/conf.d/
- letsencrypt:/etc/letsencrypt
depends_on:
- app