Our team is growing!
We installed Wappler on new 2 machines, dev environment is working fine with Docker, and we exported and imported Staging containers to the new computers, I’m able to connect to remote docker on target settings and see that the container is running on Digital Ocean.
But the “deploy light” is keeping red and when hit “deploy” there is a port message error:
Found other running containers using the same ports!
Make sure you are deploying under the right docker deploy project
name! You can change the name in the project target docker options.
Running Containers
webapp__stagingserver : 80
webapp__stagingserver : 9906
When deploying the same docker project from different computers it is very important to have the same docker project name in the docker target options.
The docker project name is usually initially determined by the folder name your project is on, so try to keep at least the same folder name.
You can select or change the docker project name in the target options.
So make sure it is the same otherwise you will be trying the deploy a second project on the same server and that will fail.