D
Dokploy13mo ago
Kaplas

Try to deploy with bind mounts

Hello. I am trying to deploy my application using volumes. The problem is that when I have a volume and I deploy, a container is not created for my application. If I remove the volumes, the container is created. I add some images showing that the only time I removed the volumes was when I deployed the first container. With volumes, containers were never created.
No description
No description
No description
2 Replies
Siumauricio
Siumauricio13mo ago
If you add an invalid volume it will not show you any error unfortunately, if you really want to know the error you can go to the server terminal, and do docker service ls you will see your container running copy the name of the service then run docker service scale serviceName=1 you will see the error
Kaplas
KaplasOP13mo ago
Thanks! that works to debug and solve the issue

Did you find this page helpful?