diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-03 10:12:49 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-03 10:12:49 +0100 |
| commit | 0074ad66432e41f331cd99bf24331e210f14fd22 (patch) | |
| tree | 8de5f9f22e8057dedb43a39e23dc75aeefd30e27 /make/container.mk | |
| parent | e2d3c0537657752359975c62c3f7dc542e63532a (diff) | |
pulls out ETHERPAD_DATA_DIR
Diffstat (limited to 'make/container.mk')
| -rw-r--r-- | make/container.mk | 1 |
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))) \ |
