Don't pass template directory

This commit is contained in:
Mark Veidemanis 2022-07-29 08:35:56 +01:00
parent e662d36542
commit e1fc59f636
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ services:
volumes:
- ${PORTAINER_GIT_DIR}:/code
- ${THRESHOLD_CONFIG_DIR}:/code/conf/live
- ${THRESHOLD_TEMPLATE_DIR}:/code/conf/templates
#- ${THRESHOLD_TEMPLATE_DIR}:/code/conf/templates
- ${THRESHOLD_CERT_DIR}:/code/conf/cert
ports:
- "${THRESHOLD_LISTENER_PORT}:${THRESHOLD_LISTENER_PORT}"