diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-03 10:06:10 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-03 10:06:10 +0100 |
| commit | c62f30ec324a511989c80240ebb21bb8c6423eec (patch) | |
| tree | 61ba93a958dd455e7df173077a4b63906fbc65cf /make/container.mk | |
| parent | 536a1080407f5a5724d209a91aaf5b2f88c14aee (diff) | |
adds missing space in openrc.mk
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 b2918a2..9608925 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)" \ + VAULTWARDEN_DATA_DIR="$(VAULTWARDEN_DATA_DIR)" \ LOCAL_SMTP_PORT=$(PORT_smtp) \ $(foreach module,$(ALL_MODULES),$(call capitalise,$(module))_PORT=$(PORT_$(module))) \ podman-compose |
