summaryrefslogtreecommitdiff
path: root/make/container.mk
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-07-03 12:37:02 +0100
committerJoe Carstairs <me@joeac.net>2026-07-03 12:37:02 +0100
commit7d0a920c8c9ccdea1b9f1137f73fec3ec61a95a6 (patch)
tree8ecc5ce6469cebb65e4bc9ce3475b0a159b6ee41 /make/container.mk
parentf24f1ff4b70ceaafc06d09bfc42a1f68d758102e (diff)
provides ETHERPAD_VERSION in vars.mk
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 7d1633e..189d9b4 100644
--- a/make/container.mk
+++ b/make/container.mk
@@ -8,6 +8,7 @@ COMPOSE_CMD := \
GEMINI_CERTIFICATES_DIR="$(GEMINI_CERTIFICATES_DIR)" \
GEMINI_COMITIUM_DATA_DIR="$(GEMINI_COMITIUM_DATA_DIR)" \
ETHERPAD_DATA_DIR="$(ETHERPAD_DATA_DIR)" \
+ ETHERPAD_VERSION="$(ETHERPAD_VERSION)" \
VAULTWARDEN_DATA_DIR="$(VAULTWARDEN_DATA_DIR)" \
LOCAL_SMTP_PORT=$(PORT_smtp) \
$(foreach module,$(ALL_MODULES),$(call capitalise,$(module))_PORT=$(PORT_$(module))) \