From 7519c5889f8b84fb3dd6ce67bac839615f9e575e Mon Sep 17 00:00:00 2001 From: Miel Truyen Date: Wed, 1 Jul 2020 15:14:17 +0200 Subject: [PATCH] removed quotation marks --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c3ea0bb..da57ccd 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,8 @@ SHELL = /bin/bash # Containers run as the current user rather than root (so that created files are not root-owned) DC_OPTS?=--rm -u $(shell id -u):$(shell id -g) -DC_USER?="openmaptiles" -DC_PASSWORD?="openmaptiles" +DC_USER?=openmaptiles +DC_PASSWORD?=openmaptiles # If set to a non-empty value, will use postgis-preloaded instead of postgis docker image USE_PRELOADED_IMAGE?=