Skip to content

Commit

Permalink
bad var for db docker (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
basejump authored Sep 11, 2021
1 parent e4a6315 commit 5dff737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefiles/docker-db.make
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ db.restart: db.down

## stop and remove the docker DOCK_DB_BUILD_NAME
db.pull: db.down ## pulls latest nine-db from dock9 docker hub
docker pull $(DOCKER_DB_URL)
docker pull $(DB_DOCKER_URL)


#----- clean up-------
Expand Down

0 comments on commit 5dff737

Please sign in to comment.