removed quotation marks

This commit is contained in:
Miel Truyen 2020-07-01 15:14:17 +02:00
parent 0cee7fd6fc
commit 7519c5889f

View File

@ -6,8 +6,8 @@ SHELL = /bin/bash
# Containers run as the current user rather than root (so that created files are not root-owned) # 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_OPTS?=--rm -u $(shell id -u):$(shell id -g)
DC_USER?="openmaptiles" DC_USER?=openmaptiles
DC_PASSWORD?="openmaptiles" DC_PASSWORD?=openmaptiles
# If set to a non-empty value, will use postgis-preloaded instead of postgis docker image # If set to a non-empty value, will use postgis-preloaded instead of postgis docker image
USE_PRELOADED_IMAGE?= USE_PRELOADED_IMAGE?=