Skip to content

Commit

Permalink
DC_VER
Browse files Browse the repository at this point in the history
  • Loading branch information
LeKovr committed Oct 22, 2017
1 parent a5e1b03 commit 860413a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ DCAPE_PROJECT_NAME ?= dcape
# dcape network attach to
DCAPE_NET ?= $(DCAPE_PROJECT_NAME)_default

# Docker-compose image tag
DC_VER ?= 1.14.0

define CONFIG_DEF
# ------------------------------------------------------------------------------
# NATS settings
Expand Down Expand Up @@ -95,7 +98,7 @@ dc: docker-compose.yml
-v $$PWD:$$PWD \
-w $$PWD \
--env=AUTH=$$AUTH \
docker/compose:1.14.0 \
docker/compose:$(DC_VER) \
-p $$PROJECT_NAME \
$(CMD)

Expand Down

0 comments on commit 860413a

Please sign in to comment.