@ -42,7 +42,7 @@ start-compose:
start-swarm:
@- echo "\n### starting service(s)"
@- $(foreach ctx,$(DEPLOY_HOSTS), \
docker stack deploy -c $(DEPLOY_PATH)/$(DEPLOY_NAME)/stack.yml $(DEPLOY_NAME); \
docker stack deploy -c stack.yml $(DEPLOY_NAME); \
)
stop-compose: