default VM_IP to my VM
This commit is contained in:
@ -14,8 +14,8 @@ compose-down:
|
|||||||
docker compose -f docker-compose-prod.yml down
|
docker compose -f docker-compose-prod.yml down
|
||||||
|
|
||||||
### DOCKER SWARM
|
### DOCKER SWARM
|
||||||
|
VM_IP?=212.2.244.152
|
||||||
DOCKER_HOST:="ssh://ubuntu@212.2.244.152"
|
DOCKER_HOST:="ssh://ubuntu@${VM_IP}"
|
||||||
|
|
||||||
.PHONY: swarm-init
|
.PHONY: swarm-init
|
||||||
swarm-init:
|
swarm-init:
|
||||||
|
|||||||
Reference in New Issue
Block a user