We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc21450 commit 9225a67Copy full SHA for 9225a67
1 file changed
12-deploying-containers/docker-swarm/Makefile
@@ -14,8 +14,8 @@ compose-down:
14
docker compose -f docker-compose-prod.yml down
15
16
### DOCKER SWARM
17
-
18
-DOCKER_HOST:="ssh://ubuntu@212.2.244.152"
+VM_IP?=212.2.244.152
+DOCKER_HOST:="ssh://ubuntu@${VM_IP}"
19
20
.PHONY: swarm-init
21
swarm-init:
0 commit comments