- Fix missing crond enabled daemon in internal webapp.

This commit is contained in:
2024-12-14 00:20:25 +01:00
parent 9cab89c6fc
commit 2697d8d44a
3 changed files with 11 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ services:
condition: service_healthy
environment:
SERVER_CROND_ENABLED: ${WAI_CROND_ENABLED}
APACHE_UID: ${WAI_USER_ID}
APACHE_GID: ${WAI_GROUP_ID}
APACHE_DOC_ROOT: ${APACHE_DOC_ROOT}