The local init.sh script creates a docker swarm cluster. I already have a swarm cluster and I'd like to run the training on my existing swarm cluster, but I use portainer to manage it (for other projects). Portainer and minio both want to use port 9000, so I'm running minio on a different host. Can you alter the script/environment to be friendly regarding running minio on a different server than the docker swarm cluster IPs?
The local init.sh script creates a docker swarm cluster. I already have a swarm cluster and I'd like to run the training on my existing swarm cluster, but I use portainer to manage it (for other projects). Portainer and minio both want to use port 9000, so I'm running minio on a different host. Can you alter the script/environment to be friendly regarding running minio on a different server than the docker swarm cluster IPs?