adjusted docker compose volume mount
All checks were successful
Build and Deploy Demo App / build-and-deploy (push) Successful in 46s
All checks were successful
Build and Deploy Demo App / build-and-deploy (push) Successful in 46s
This commit is contained in:
@@ -15,7 +15,7 @@ services:
|
|||||||
- CERTBOT_EMAIL=the.dark.mist23@gmail.com
|
- CERTBOT_EMAIL=the.dark.mist23@gmail.com
|
||||||
- ENVSUBST_TEMPLATE_SUFFIX=.tmpl # Enables template processing if needed
|
- ENVSUBST_TEMPLATE_SUFFIX=.tmpl # Enables template processing if needed
|
||||||
volumes:
|
volumes:
|
||||||
- ./nginx_user_conf.d:/etc/nginx/user_conf.d:ro
|
- ./nginx_user_conf.d:/etc/nginx/conf.d/
|
||||||
- letsencrypt:/etc/letsencrypt
|
- letsencrypt:/etc/letsencrypt
|
||||||
depends_on:
|
depends_on:
|
||||||
- app
|
- app
|
||||||
|
|||||||
Reference in New Issue
Block a user