removed quotation marks
This commit is contained in:
parent
0cee7fd6fc
commit
7519c5889f
4
Makefile
4
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?=
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user