You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now if this is not supported in stack deploy that would clear things up, but if that's the case it should print such an error.
Additionally some documentation should be added, because I cannot seem to find anything about it...
Anyway, hope to hear from others :)
The text was updated successfully, but these errors were encountered:
Description
When attempting the deploy the following stack to docker swarm the
depends_on
property does not seem to allow for the long format. Specs as seen hereSteps To Reproduce
docker stack deploy --compose-file docker-compose.yml stacky
services.some-app.depends_on must be a list
Compose Version
Docker Environment
Anything else?
I am connected to a remote host.
Now if this is not supported in
stack deploy
that would clear things up, but if that's the case it should print such an error.Additionally some documentation should be added, because I cannot seem to find anything about it...
Anyway, hope to hear from others :)
The text was updated successfully, but these errors were encountered: