How do automatic updates for stacks/applications work?
docker-compose up -f my-compose-file -f additional-compose-file -up ddocker stack deploy --compose-file my-compose-file --compose-file compose-additional-filekubectl apply -f my-compose-file -f additional-compose-filePreviousWhy do relative bind mounts appear empty after updating a stack that was deployed from Git?NextHow does the image update notification icon work?
Was this helpful?