doums
10/20/2018, 7:14 AMdocker-compose up -d
on the second project to start it, I get some error and conflict.
docker-compose up -d
Creating volume "prisma_postgres" with default driver
WARNING: Found orphan containers (drop_db, drop-prisma) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up.
Creating prisma_postgres_1 ...
Creating prisma_prisma_1 ... error
ERROR: for prisma_prisma_1 Cannot start service prisma: driver failed programming externCreating prisma_postgres_1 ... done
3e61c908b2d6280040b1): Bind for 0.0.0.0:4466 failed: port is already allocated
ERROR: for prisma Cannot start service prisma: driver failed programming external connectivity on endpoint prisma_prisma_1 (e343e095d8dcb4c7e508e54c4da677293e0f30d1960e3e61c908b2d6280040b1): Bind for 0.0.0.0:4466 failed: port is already allocated
ERROR: Encountered errors while bringing up the project.
So yes I think I have to change the port for one project. But even if I do that what about this WARNING: Found orphan containers (drop_db, drop-prisma) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up.
?marcus
10/21/2018, 6:55 PM