summaryrefslogtreecommitdiff
path: root/make/container.mk
diff options
context:
space:
mode:
Diffstat (limited to 'make/container.mk')
-rw-r--r--make/container.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/container.mk b/make/container.mk
index 9608925..a09c9ae 100644
--- a/make/container.mk
+++ b/make/container.mk
@@ -4,6 +4,7 @@ CPU_ARCH := $(if $(shell which arch 2>/dev/null),\
IMAGE_PREFIX := $(if $(filter armv7%,$(CPU_ARCH)),armv7/)
COMPOSE_CMD := \
IMAGE_PREFIX="$(IMAGE_PREFIX)" \
+ ETHERPAD_DATA_DIR="$(ETHERPAD_DATA_DIR)" \
VAULTWARDEN_DATA_DIR="$(VAULTWARDEN_DATA_DIR)" \
LOCAL_SMTP_PORT=$(PORT_smtp) \
$(foreach module,$(ALL_MODULES),$(call capitalise,$(module))_PORT=$(PORT_$(module))) \